diff options
author | David Kalnischkies <david@kalnischkies.de> | 2018-08-29 17:01:25 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2018-08-29 17:51:43 +0200 |
commit | c4862d49bbc30c37f4fca966ac515692e26d93be (patch) | |
tree | 59d3fdd94fa88eb80ff929ab10e85020a35914c5 /test | |
parent | 55585d0f93de1a0e60858e594b1b3b46f4a0831f (diff) |
Fix typos reported by codespell & spellintian
No user-visible change as it effects mostly code comments and
not a single error message, manpage or similar.
Reported-By: codespell & spellintian
Gbp-Dch: Ignore
Diffstat (limited to 'test')
-rwxr-xr-x | test/integration/test-apt-cli-list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-cli-list b/test/integration/test-apt-cli-list index f87208a08..8928a4856 100755 --- a/test/integration/test-apt-cli-list +++ b/test/integration/test-apt-cli-list @@ -35,7 +35,7 @@ baz/unstable 2.0 all [upgradable from: 0.1] foobar/unstable 2.0 i386 [upgradable from: 1.0]" apt list --upgradable # FIXME: hm, hm - does it make sense to have this different? shouldn't -# we use "installed,upgradable" consitently? +# we use "installed,upgradable" consistently? testsuccessequal "Listing... bar/now 1.0 i386 [installed,local] baz/now 0.1 all [installed,upgradable to: 2.0] |