8008944: Correct typos
authorihse
Thu, 03 Oct 2013 11:26:11 +0200
changeset 20273 126644dde85d
parent 20270 b5d2bf482a3e
child 20274 b76b26641346
8008944: Correct typos Reviewed-by: tbell, erikj
NewMakefile.gmk
common/autoconf/generated-configure.sh
common/autoconf/jdk-options.m4
common/makefiles/JavaCompilation.gmk
--- 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)) | \
--- a/common/autoconf/generated-configure.sh	Wed Jul 05 19:14:19 2017 +0200
+++ b/common/autoconf/generated-configure.sh	Thu Oct 03 11:26:11 2013 +0200
@@ -3818,7 +3818,7 @@
 #CUSTOM_AUTOCONF_INCLUDE
 
 # Do not change or remove the following line, it is needed for consistency checks:
-DATE_WHEN_GENERATED=1379504921
+DATE_WHEN_GENERATED=1380792206
 
 ###############################################################################
 #
@@ -10935,7 +10935,7 @@
 
 if test "x$SUPPORT_HEADFUL" = xyes; then
     # We are building both headful and headless.
-    headful_msg="inlude support for both headful and headless"
+    headful_msg="include support for both headful and headless"
 fi
 
 if test "x$SUPPORT_HEADFUL" = xno; then
--- a/common/autoconf/jdk-options.m4	Wed Jul 05 19:14:19 2017 +0200
+++ b/common/autoconf/jdk-options.m4	Thu Oct 03 11:26:11 2013 +0200
@@ -316,7 +316,7 @@
 
 if test "x$SUPPORT_HEADFUL" = xyes; then
     # We are building both headful and headless.
-    headful_msg="inlude support for both headful and headless"
+    headful_msg="include support for both headful and headless"
 fi
 
 if test "x$SUPPORT_HEADFUL" = xno; then
--- a/common/makefiles/JavaCompilation.gmk	Wed Jul 05 19:14:19 2017 +0200
+++ b/common/makefiles/JavaCompilation.gmk	Thu Oct 03 11:26:11 2013 +0200
@@ -159,7 +159,7 @@
         endif
     endif
 
-    # Utility macros, to make the shell script receipt somewhat easier to dechipher.
+    # Utility macros, to make the shell script receipt somewhat easier to decipher.
 
     # The capture contents macro finds all files (matching the patterns, typically
     # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar.
@@ -520,7 +520,7 @@
         # Using plain javac to batch compile everything.
         $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.batch
 
-        # When buliding in batch, put headers in a temp dir to filter out those that actually
+        # When building in batch, put headers in a temp dir to filter out those that actually
         # changed before copying them to the real header dir.
         ifneq (,$$($1_HEADERS))
             $1_HEADERS_ARG := -h $$($1_HEADERS).tmp