diff options
author | Veres Lajos <vlajos@gmail.com> | 2016-03-07 00:13:26 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-03-07 00:14:48 +0100 |
commit | 8d89cda7d66b6f125c457f36beeb84abb0df07f1 (patch) | |
tree | 1e0b4960ed4b738099e0c48e230c8cf09a513791 /test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted | |
parent | f009dd15f385e9df4ca0482a940870350ba2d160 (diff) |
Fix several typos
This effectively merges branch 'typofixes-vlajos-20150807' of github.com:vlajos/apt
with the following commit:
commit 13cacb3e2e2352ba701e769fc889e3344fabbf7e
Author: Veres Lajos <vlajos@gmail.com>
Date: Sun Aug 9 00:12:53 2015 +0100
typofix - https://github.com/vlajos/misspell_fixer
It has been rebased for a better commit message.
Diffstat (limited to 'test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted')
-rwxr-xr-x | test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted b/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted index 6ea0345e1..533cf771f 100755 --- a/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted +++ b/test/integration/test-bug-617690-allow-unauthenticated-makes-all-untrusted @@ -17,7 +17,7 @@ testfileexists() { } testfilemissing() { - msgtest 'Test for non-existance of file' "$1" + msgtest 'Test for non-existence of file' "$1" test -e "$1" && msgfail || msgpass rm -f "$1" } |