diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-08-22 16:22:08 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-08-27 11:27:44 +0200 |
commit | 3a8776a37af38127fb04565959e8e0e449eb04a4 (patch) | |
tree | 4318130063683b1eade484b5819b1e5a21a252ee /test/integration/test-apt-by-hash-update | |
parent | 09e9113887c5f1da3d0705221bf111ead331f96b (diff) |
fix various typos reported by codespell
Reported-By: codespell
Diffstat (limited to 'test/integration/test-apt-by-hash-update')
-rwxr-xr-x | test/integration/test-apt-by-hash-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-by-hash-update b/test/integration/test-apt-by-hash-update index 2229e991d..cef46a1b8 100755 --- a/test/integration/test-apt-by-hash-update +++ b/test/integration/test-apt-by-hash-update @@ -11,7 +11,7 @@ insertpackage 'unstable' 'foo' 'all' '1.0' setupaptarchive --no-update -# make Packages *only* accessable by-hash for this test +# make Packages *only* accessible by-hash for this test mkdir -p aptarchive/dists/unstable/main/binary-i386/by-hash/SHA512 (cd aptarchive/dists/unstable/main/binary-i386/by-hash/SHA512 && mv ../../Packages* . && |