summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-10-12 23:43:11 +0300
committerNiels Thykier <niels@thykier.net>2017-10-13 17:52:07 +0000
commit6b10472023a991b09a14bbefb7709cfd421fffe3 (patch)
treee2fb2752cc9763edfc07c0611ae8c3b535f602fd /t
parent644487a7c9785c1f85ac4da1341bfd8337ff3248 (diff)
downloaddebhelper-6b10472023a991b09a14bbefb7709cfd421fffe3.tar.gz
Spelling fixes
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't')
-rwxr-xr-xt/buildsystems/buildsystem_tests.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/buildsystems/buildsystem_tests.t b/t/buildsystems/buildsystem_tests.t
index ac39b6d9..4f1cc53d 100755
--- a/t/buildsystems/buildsystem_tests.t
+++ b/t/buildsystems/buildsystem_tests.t
@@ -148,7 +148,7 @@ test_buildsystem_paths_api($bs, "no builddir, sourcedir=autoconf", \%tmp);
# Prefer out of source tree building when
# sourcedir=builddir=autoconf hence builddir should be dropped.
$bs->prefer_out_of_source_building(builddir => "autoconf");
-test_buildsystem_paths_api($bs, "out of source prefered, sourcedir=builddir", \%tmp);
+test_buildsystem_paths_api($bs, "out of source preferred, sourcedir=builddir", \%tmp);
# builddir=bld/dir, sourcedir=autoconf. Should be the same as sourcedir=autoconf.
$bs = $BS_CLASS->new(builddir => "bld/dir", sourcedir => "autoconf");