summaryrefslogtreecommitdiff
path: root/update-initramfs
diff options
context:
space:
mode:
Diffstat (limited to 'update-initramfs')
-rw-r--r--update-initramfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-initramfs b/update-initramfs
index 0d757b1..ddb6877 100644
--- a/update-initramfs
+++ b/update-initramfs
@@ -230,7 +230,7 @@ altered_check()
if [ "${takeover}" = 0 ]; then
if ! compare_sha1; then
delete_sha1
- mild_panic "${initramfs} was been altered. Cannot update."
+ mild_panic "${initramfs} has been altered. Cannot update."
fi
fi
}