summaryrefslogtreecommitdiff
path: root/update-kernel-config
diff options
context:
space:
mode:
Diffstat (limited to 'update-kernel-config')
-rwxr-xr-xupdate-kernel-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel-config b/update-kernel-config
index 37e414c..6ab46e8 100755
--- a/update-kernel-config
+++ b/update-kernel-config
@@ -14,7 +14,7 @@ old_revision=$(
)
if [ -z "${old_revision}" ]; then
- >&2 echo 'Cannot detemine old upstream git revision.'
+ >&2 echo 'Cannot determine old upstream git revision.'
>&2 echo '"# upstream git revision: ..." line is missing.'
exit 1
fi