diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-10-12 23:43:11 +0300 |
---|---|---|
committer | Niels Thykier <niels@thykier.net> | 2017-10-13 17:52:07 +0000 |
commit | 6b10472023a991b09a14bbefb7709cfd421fffe3 (patch) | |
tree | e2fb2752cc9763edfc07c0611ae8c3b535f602fd /t | |
parent | 644487a7c9785c1f85ac4da1341bfd8337ff3248 (diff) | |
download | debhelper-6b10472023a991b09a14bbefb7709cfd421fffe3.tar.gz |
Spelling fixes
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 't')
-rwxr-xr-x | t/buildsystems/buildsystem_tests.t | 2 |
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"); |