]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted
releasing package apt version 1.1~exp1
[apt.git] / test / integration / test-bug-617690-allow-unauthenticated-makes-all-untrusted
index 633c197c03b97b5d5954290627a02a0d12ab7a7a..f93510fd76ed0083dcf927b16565a7c02318fadf 100755 (executable)
@@ -11,7 +11,7 @@ buildsimplenativepackage 'cool' 'i386' '1.0' 'unstable'
 setupaptarchive --no-update
 
 testfileexists() {
-       msgtest 'Test for existance of file' "$1"
+       msgtest 'Test for existence of file' "$1"
        test -e "$1" && msgpass || msgfail
        rm -f "$1"
 }