* tests/defs: Fix typo (`itslef' instead of `itself') in comments. --- ChangeLog | 6 ++++++ tests/defs | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 3de7584..d4fe8e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-09 Stefano Lattarini <stefano.lattar...@gmail.com> + + typofix in 'tests/defs' + * tests/defs: Fix typo (`itslef' instead of `itself') in + comments. + 2011-04-06 Stefano Lattarini <stefano.lattar...@gmail.com> coverage: more on java support EXTRA_ and noinst_ prefixes diff --git a/tests/defs b/tests/defs index f6237d3..d7a107d 100644 --- a/tests/defs +++ b/tests/defs @@ -182,7 +182,7 @@ unindent () ## ----------------------------------------------------------- ## # Print it here, so that the user will see it also if the test -# will be skipped due to some tool missing in $PATH itslef. +# will be skipped due to some tool missing in $PATH itself. echo "$PATH" # Look for (and maybe set up) required tools and/or system features; skip -- 1.7.2.3