From 5cfbc5727dba2f4662d24cf4deb7cab7cdd57c14 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Wed, 10 Jul 2019 16:15:30 +0200 Subject: Fix typos reported by codespell in code comments Also in old changelogs, but nothing really user visible like error messages or alike so barely noteworthy. Reported-By: codespell Gbp-Dch: Ignore --- test/integration/test-apt-cache-showsrc | 6 +++--- test/integration/test-hashsum-verification | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/integration/test-apt-cache-showsrc b/test/integration/test-apt-cache-showsrc index 88de077fc..d3f61d972 100755 --- a/test/integration/test-apt-cache-showsrc +++ b/test/integration/test-apt-cache-showsrc @@ -11,7 +11,7 @@ configarchitecture "i386" insertsource 'unstable' 'foo' 'all' '1.0' '' 'foo-binary' # and a similar one that builds a foo binary package -insertsource 'unstable' 'unreleated' 'all' '1.0' '' 'foo' +insertsource 'unstable' 'unrelated' 'all' '1.0' '' 'foo' # just here to workaround the need for a authenticated package insertpackage 'unstable' 'workaround' 'all' '1.0' @@ -22,10 +22,10 @@ setupaptarchive # and show all matches aptcache showsrc foo > output.txt testsuccess grep "Package: foo" output.txt -testsuccess grep "Package: unreleated" output.txt +testsuccess grep "Package: unrelated" output.txt # by default apt-cache showsrc will look into "binary" and "source" names # and show all matches aptcache showsrc --only-source foo > output.txt testsuccess grep "Package: foo" output.txt -testfailure grep "Package: unreleated" output.txt +testfailure grep "Package: unrelated" output.txt diff --git a/test/integration/test-hashsum-verification b/test/integration/test-hashsum-verification index a514b85e2..4060dfbba 100755 --- a/test/integration/test-hashsum-verification +++ b/test/integration/test-hashsum-verification @@ -22,7 +22,7 @@ prepare() { cp "$1" aptarchive/Packages find aptarchive -name 'Release' -delete compressfile aptarchive/Packages - # create Release file with incorret checksums + # create Release file with incorrect checksums cat > aptarchive/Release <