2008-01-03 Stepan Kasal * automake.in (handle_texinfo_helper, handle_lib_objects): Fix typos in comments. diff --git a/automake.in b/automake.in index 3720769..15b4b77 100755 --- a/automake.in +++ b/automake.in @@ -2132,7 +2132,7 @@ sub handle_lib_objects # for Libtool libraries or programs. (Actually we are a bit # laxe here since this code also applies to non-libtool # libraries or programs, for which -dlopen and -dlopreopen - # are pure nonsense. Diagnosing this doesn't seems very + # are pure nonsense. Diagnosing this doesn't seem very # important: the developer will quickly get complaints from # the linker.) $val !~ /^-dl(?:pre)?open$/ && @@ -3116,14 +3116,14 @@ sub handle_texinfo_helper ($) # nodist_info_TEXINFOS or something similar. (Doing this # requires some sanity checks. For instance Automake should # not allow: - # dist_info_TEXINFO = foo.texi - # nodist_foo_TEXINFO = included.texi + # dist_info_TEXINFOS = foo.texi + # nodist_foo_TEXINFOS = included.texi # because a distributed file should never depend on a # non-distributed file.) # # * If .texi files are not distributed, then .info files should # not be distributed either. There are also cases where one - # want to distribute .texi files, but do not want to + # wants to distribute .texi files, but does not want to # distribute the .info files. For instance the Texinfo package # distributes the tool used to build these files; it would # be a waste of space to distribute them. It's not clear