index : devops | |
Archlinux32 devs' convenience-scripts | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | update-kernel-config | 2 |
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 |