]> git.ipfire.org Git - thirdparty/make.git/commitdiff
* doc/make.texi: Fix typo (reported by <mao492479407@163.com>)
authorPaul Smith <psmith@gnu.org>
Sun, 5 Feb 2023 14:42:49 +0000 (09:42 -0500)
committerPaul Smith <psmith@gnu.org>
Sun, 5 Feb 2023 14:42:49 +0000 (09:42 -0500)
doc/make.texi

index 69b1473fc09006d510c9e3fb1e7557b7b2c2621f..71317c7dde019052ace1145a3c5c92f468aed214 100644 (file)
@@ -2153,7 +2153,7 @@ The wildcard characters in @code{make} are @samp{*}, @samp{?} and
 specifies a list of all the files (in the working directory) whose names
 end in @samp{.c}.
 
-If an expression matches multiple files than the results will be
+If an expression matches multiple files then the results will be
 sorted.@footnote{Some older versions of GNU @code{make} did not sort the
 results of wildcard expansion.}  However multiple expressions will not be
 globally sorted.  For example, @file{*.c *.h} will list all the files whose