diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-06-28 15:36:56 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-06-28 15:36:56 +0100 |
commit | a67f480725ca8cd96d95349980078ff3be8ca773 (patch) | |
tree | 122a51cae6b1b619342ae161a0a055dd6336eb3c | |
parent | fda468525a866573fdcc80369177decb2073fed5 (diff) |
typo
-rwxr-xr-x | buildbot | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ envkogaionsquashfsintegrity () { sleep 1 break else - echo "Ooops, x86_64 squashed chroot cheksum FAILED ... aborting" + echo "Ooops, x86_64 squashed chroot checksum FAILED ... aborting" exit 1 fi else @@ -66,7 +66,7 @@ envkogaionsquashfsintegrity () { echo "Ooops, i686 squashed chroot checksum FAILED ... aborting" fi else - echo "Ooops, i686 squashed chroot of cheksum file NOT FOUND ... aborting" + echo "Ooops, i686 squashed chroot of checksum file NOT FOUND ... aborting" exit 1 fi fi |