Several typofixes in documentation and comments, as suggested by the "codespell.py" script. Reference: <http://git.profusion.mobi/cgit.cgi/lucas/codespell/> --- doc/automake.texi | 2 +- tests/ar-lib5b.test | 4 ++-- tests/check12.test | 6 +++--- tests/cygnus-no-dist.test | 4 ++-- tests/java-mix.test | 5 +++-- tests/test-driver-custom-multitest-recheck2.test | 6 +++--- tests/txinfo21.test | 6 +++--- 7 files changed, 17 insertions(+), 16 deletions(-)
diff --git a/doc/automake.texi b/doc/automake.texi index 8ff081e..64ed7ec 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -12374,7 +12374,7 @@ user counterpart. has neither @code{AM_} nor per-target cousin. Finally you should not think that the existence of a per-target -variable implies the existance of an @code{AM_} variable or of a user +variable implies the existence of an @code{AM_} variable or of a user variable. For instance, the @code{mumble_LDADD} per-target variable overrides the makefile-wide @code{LDADD} variable (which is not a user variable), and @code{mumble_LIBADD} exists only as a per-target diff --git a/tests/ar-lib5b.test b/tests/ar-lib5b.test index 09742ca..f697e3c 100755 --- a/tests/ar-lib5b.test +++ b/tests/ar-lib5b.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -66,7 +66,7 @@ case " $* " in # configure tests. *' -OUT:'*) exit 0;; # This means that $* looks like a command-line for `ar'. We have to - # exit with failure here, to accomodate the two following ortoghonal + # exit with failure here, to accommodate the two following ortoghonal # scenarios: # 1. when `lib' is tested by configure, this will tell that it does # not use the ar(1) interface, so that the `ar-lib' script will diff --git a/tests/check12.test b/tests/check12.test index be4d84e..b6ff395 100755 --- a/tests/check12.test +++ b/tests/check12.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -100,7 +100,7 @@ END cat >> Makefile.am <<'END' check-local: case $$CHECKLOCAL_EXIT_STATUS in \ - 0) echo 'check-local succeded :-)';; \ + 0) echo 'check-local succeeded :-)';; \ *) echo 'check-local failed :-(';; \ esac >local.log exit $$CHECKLOCAL_EXIT_STATUS @@ -143,7 +143,7 @@ for vpath in : false; do else : fi - grep 'check-local succeded :-)' local.log + grep 'check-local succeeded :-)' local.log cp -f config.status config-status.sav diff --git a/tests/cygnus-no-dist.test b/tests/cygnus-no-dist.test index acb5ec6..47beef6 100755 --- a/tests/cygnus-no-dist.test +++ b/tests/cygnus-no-dist.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2010, 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -51,7 +51,7 @@ mkdir sub1 sub2 : > sub1/Makefile.am cat > sub2/Makefile.am <<'END' # The `-Wall' after `cygnus' should ensure no warning gets -# unintentionally disabled. We are particularily interested +# unintentionally disabled. We are particularly interested # in override warnings, for when (below) we add the `distdir' # target. AUTOMAKE_OPTIONS = cygnus -Wall diff --git a/tests/java-mix.test b/tests/java-mix.test index 2bf4f72..44d8d83 100755 --- a/tests/java-mix.test +++ b/tests/java-mix.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,7 +16,8 @@ # Check that the JAVA primary can be used freely in the same Makefile.am # with proper combinations of the `dist_', `nodist_' and `nobase_' -# modifiers. Also check that `.java' files are not ditributed by default. +# modifiers. Also check that `.java' files are not distributed by +# default. . ./defs || Exit 1 diff --git a/tests/test-driver-custom-multitest-recheck2.test b/tests/test-driver-custom-multitest-recheck2.test index 9f43b77..e7c183d 100755 --- a/tests/test-driver-custom-multitest-recheck2.test +++ b/tests/test-driver-custom-multitest-recheck2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2011 Free Software Foundation, Inc. +# Copyright (C) 2011, 2012 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -105,7 +105,7 @@ for vpath in : false; do done unset var - : a.test was sucessfull the first time, no need to re-run it. + : a.test was successful the first time, no need to re-run it. env TESTS=a.test $MAKE -e recheck >stdout \ || { cat stdout; Exit 1; } cat stdout @@ -173,7 +173,7 @@ for vpath in : false; do rm -f *.run *.err *.ok : Nothing should be rerun anymore, as all tests have been eventually - : succesful. + : successful. $MAKE recheck >stdout || { cat stdout; Exit 1; } cat stdout count_test_results total=0 pass=0 fail=0 xpass=0 xfail=0 skip=0 error=0 diff --git a/tests/txinfo21.test b/tests/txinfo21.test index f5c9587..09ac0b2 100755 --- a/tests/txinfo21.test +++ b/tests/txinfo21.test @@ -1,6 +1,6 @@ #! /bin/sh -# Copyright (C) 2003, 2004, 2006, 2008, 2011 Free Software Foundation, -# Inc. +# Copyright (C) 2003, 2004, 2006, 2008, 2011, 2012 Free Software +# Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ cat >>configure.in <<\EOF AC_CONFIG_FILES([rec/Makefile]) # At the time of writing, Autoconf does not supplies any of these -# definitions (and those below are purposedly not those of the standard). +# definitions (and those below are purposely not those of the standard). AC_SUBST([dvidir], ['${datadir}/${PACKAGE}/dvi']) AC_SUBST([htmldir], ['${datadir}/${PACKAGE}/html']) AC_SUBST([pdfdir], ['${datadir}/${PACKAGE}/pdf']) -- 1.7.7.3