summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorNomis101 <[email protected]>2019-07-31 07:27:27 +0200
committerDamiano Galassi <[email protected]>2019-07-31 07:27:27 +0200
commit38c3ba1835622ba28cfcb3642f49afba7a8e412e (patch)
tree85e1025b1ea16d0eb6ef84c092a0bed464e9355c /make
parent25257473d278907a84bbf31f0903213d786ca064 (diff)
Fix some typos (#2202)
Fix some typos
Diffstat (limited to 'make')
-rw-r--r--make/configure.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/configure.py b/make/configure.py
index 8d39941c5..eeb97a71e 100644
--- a/make/configure.py
+++ b/make/configure.py
@@ -608,7 +608,7 @@ class HostTupleAction( Action, list ):
###############################################################################
##
-## value wrapper; value is accepted only if one of host specs matcheds
+## value wrapper; value is accepted only if one of host specs matches
## otherwise it is None (or a keyword-supplied val)
##
## result is attribute 'value'
@@ -1525,7 +1525,7 @@ try:
## create main objects; actions/probes run() is delayed.
## if any actions must be run earlier (eg: for configure --help purposes)
- ## then run() must be invoked earlier. subequent run() invocations
+ ## then run() must be invoked earlier. subsequent run() invocations
## are ignored.
cfg = Configure( verbose )
build_tuple = BuildTupleProbe(); build_tuple.run()