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-translation-has-no-packages | |
parent | 09e9113887c5f1da3d0705221bf111ead331f96b (diff) |
fix various typos reported by codespell
Reported-By: codespell
Diffstat (limited to 'test/integration/test-apt-translation-has-no-packages')
-rwxr-xr-x | test/integration/test-apt-translation-has-no-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test-apt-translation-has-no-packages b/test/integration/test-apt-translation-has-no-packages index ec2e1e43b..fec525568 100755 --- a/test/integration/test-apt-translation-has-no-packages +++ b/test/integration/test-apt-translation-has-no-packages @@ -4,7 +4,7 @@ # Translation-$lang file on disk that is actually a Packages file. In this # case apt used to generate invalid package versions out of the # Translation-$lang file (i.e. apt-cache policy foo) would show a version -# comming out of a Translation file. Downloading this versions fails as +# coming out of a Translation file. Downloading this versions fails as # there is no acquire method available for the package # set -e |