summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-02-05 09:42:49 -0500
committerPaul Smith <psmith@gnu.org>2023-02-05 09:42:49 -0500
commit8f03e69af009253d919a866110a28d78c61c3c26 (patch)
treea1d9d728195a0b43a8998062c2b5c27c3f01be32
parente819fc202292cd66a914b18e9f8a4b5ee32ae6b2 (diff)
downloadmake-git-8f03e69af009253d919a866110a28d78c61c3c26.tar.gz
* doc/make.texi: Fix typo (reported by <mao492479407@163.com>)
-rw-r--r--doc/make.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/make.texi b/doc/make.texi
index 69b1473f..71317c7d 100644
--- a/doc/make.texi
+++ b/doc/make.texi
@@ -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