]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
fixup: few minor typofixes in comments
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Sep 2012 07:52:02 +0000 (09:52 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 16 Sep 2012 07:52:02 +0000 (09:52 +0200)
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/distcheck.mk
t/ctags.sh

index 421b15be8296197e077fcc98134a63988ce659cc..b89395ceb48e44c36d981a3d9d5666d66f956358 100644 (file)
@@ -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
index bbbb22d0564dccdde9503828246ff207e8d2d668..77c59ccfbb28cfd564c6bfefdebc0152f5b60950 100755 (executable)
@@ -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