From: Stefano Lattarini Date: Sun, 16 Sep 2012 07:52:02 +0000 (+0200) Subject: fixup: few minor typofixes in comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485e9b76fa99dd688794b54f3540139dfda49318;p=thirdparty%2Fautomake.git fixup: few minor typofixes in comments Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/distcheck.mk b/lib/am/distcheck.mk index 421b15be8..b89395ceb 100644 --- a/lib/am/distcheck.mk +++ b/lib/am/distcheck.mk @@ -31,7 +31,7 @@ # present in the archive are really unusual. # ---------------------------------------------------------------------- -# TODO: this definition-oriented interface is almost god enough to offer +# TODO: this definition-oriented interface is almost good enough to offer # as a public API allowing the user to define and use new archive formats. # However, we must think carefully about possible problems before setting # the API in stone. So, for the moment, we keep this internal and diff --git a/t/ctags.sh b/t/ctags.sh index bbbb22d05..77c59ccfb 100755 --- a/t/ctags.sh +++ b/t/ctags.sh @@ -72,7 +72,7 @@ SUBDIRS = subsub . noinst_HEADERS = subsub/foo.h subsub/foo.h: # Use and inlined function, not a #define, for the sake of - # Emacs an XEmacs ctags (at least up to versions 22 and 23). + # Emacs and XEmacs ctags (at least up to version 23). echo 'inline int IsBigger (int a, int b) { return (a > b); }' >$@ CLEANFILES = $(noinst_HEADERS) END @@ -94,7 +94,7 @@ cat > sub2/subsub/bar.f77 << 'END' end END -# No file to tag here, deliberately. +# No files to tag here, deliberately. : > sub3/Makefile.am $ACLOCAL