summaryrefslogtreecommitdiff
path: root/src/file.c
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2022-12-31 13:21:09 -0500
committerPaul Smith <psmith@gnu.org>2022-12-31 13:21:09 -0500
commitc91b269f66126ae88cec99c25c39816be97aeaa0 (patch)
tree22466720b32f61a8ecaf08ad221af88ba92fa4d4 /src/file.c
parent29f453739f0059f632ce2963ca0c68f8bf6c5991 (diff)
downloadmake-git-c91b269f66126ae88cec99c25c39816be97aeaa0.tar.gz
Apply spelling fixes discovered by Codespell
* maintMakefile: Apply spelling fixes. * src/file.c: Ditto. * src/misc.c: Ditto. * src/remake.c: Ditto. * src/vmsjobs.c: Ditto. * src/w32/pathstuff.c: Ditto. * tests/test_driver.pl: Ditto. * tests/run_make_tests.com: Ditto * tests/scripts/features/implicit_search: Ditto * tests/scripts/features/output-sync: Ditto * tests/scripts/features/patternrules: Ditto * tests/scripts/features/se_explicit: Ditto * tests/scripts/features/statipattrules: Ditto * tests/scripts/functions/foreach: Ditto * tests/scripts/variables/MAKEFLAGS: Ditto
Diffstat (limited to 'src/file.c')
-rw-r--r--src/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.c b/src/file.c
index f2ca3c0e..ea28c33a 100644
--- a/src/file.c
+++ b/src/file.c
@@ -807,7 +807,7 @@ snap_deps (void)
else
no_intermediates = 1;
- /* The same file connot be both .INTERMEDIATE and .NOTINTERMEDIATE.
+ /* The same file cannot be both .INTERMEDIATE and .NOTINTERMEDIATE.
However, it is possible for a file to be .INTERMEDIATE and also match a
.NOTINTERMEDIATE pattern. In that case, the intermediate file has
priority over the notintermediate pattern. This priority is enforced by