NewMakefile.gmk
changeset 20273 126644dde85d
parent 19528 8b941e6b5552
child 20363 fa7663fc5d50
--- a/NewMakefile.gmk	Wed Jul 05 19:14:19 2017 +0200
+++ b/NewMakefile.gmk	Thu Oct 03 11:26:11 2013 +0200
@@ -66,7 +66,7 @@
     else
         # We are building multiple configurations.
         # First, find out the valid targets
-        # Run the makefile with an arbitraty SPEC using -p -q (quiet dry-run and dump rules) to find
+        # Run the makefile with an arbitrary SPEC using -p -q (quiet dry-run and dump rules) to find
         # available PHONY targets. Use this list as valid targets to pass on to the repeated calls.
         all_phony_targets=$(filter-out $(global_targets) bundles-only, $(strip $(shell \
             $(MAKE) -p -q -f common/makefiles/Main.gmk FRC SPEC=$(firstword $(SPEC)) | \