8008944: Correct typos

Thu, 03 Oct 2013 11:26:11 +0200

author
ihse
date
Thu, 03 Oct 2013 11:26:11 +0200
changeset 811
feb4f2d97042
parent 809
4faa09c7fe55
child 812
d23177734b28

8008944: Correct typos
Reviewed-by: tbell, erikj

NewMakefile.gmk file | annotate | diff | comparison | revisions
common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
common/autoconf/jdk-options.m4 file | annotate | diff | comparison | revisions
common/makefiles/JavaCompilation.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/NewMakefile.gmk	Wed Oct 02 15:08:03 2013 +0200
     1.2 +++ b/NewMakefile.gmk	Thu Oct 03 11:26:11 2013 +0200
     1.3 @@ -66,7 +66,7 @@
     1.4      else
     1.5          # We are building multiple configurations.
     1.6          # First, find out the valid targets
     1.7 -        # Run the makefile with an arbitraty SPEC using -p -q (quiet dry-run and dump rules) to find
     1.8 +        # Run the makefile with an arbitrary SPEC using -p -q (quiet dry-run and dump rules) to find
     1.9          # available PHONY targets. Use this list as valid targets to pass on to the repeated calls.
    1.10          all_phony_targets=$(filter-out $(global_targets) bundles-only, $(strip $(shell \
    1.11              $(MAKE) -p -q -f common/makefiles/Main.gmk FRC SPEC=$(firstword $(SPEC)) | \
     2.1 --- a/common/autoconf/generated-configure.sh	Wed Oct 02 15:08:03 2013 +0200
     2.2 +++ b/common/autoconf/generated-configure.sh	Thu Oct 03 11:26:11 2013 +0200
     2.3 @@ -3818,7 +3818,7 @@
     2.4  #CUSTOM_AUTOCONF_INCLUDE
     2.5  
     2.6  # Do not change or remove the following line, it is needed for consistency checks:
     2.7 -DATE_WHEN_GENERATED=1379504921
     2.8 +DATE_WHEN_GENERATED=1380792206
     2.9  
    2.10  ###############################################################################
    2.11  #
    2.12 @@ -10935,7 +10935,7 @@
    2.13  
    2.14  if test "x$SUPPORT_HEADFUL" = xyes; then
    2.15      # We are building both headful and headless.
    2.16 -    headful_msg="inlude support for both headful and headless"
    2.17 +    headful_msg="include support for both headful and headless"
    2.18  fi
    2.19  
    2.20  if test "x$SUPPORT_HEADFUL" = xno; then
     3.1 --- a/common/autoconf/jdk-options.m4	Wed Oct 02 15:08:03 2013 +0200
     3.2 +++ b/common/autoconf/jdk-options.m4	Thu Oct 03 11:26:11 2013 +0200
     3.3 @@ -316,7 +316,7 @@
     3.4  
     3.5  if test "x$SUPPORT_HEADFUL" = xyes; then
     3.6      # We are building both headful and headless.
     3.7 -    headful_msg="inlude support for both headful and headless"
     3.8 +    headful_msg="include support for both headful and headless"
     3.9  fi
    3.10  
    3.11  if test "x$SUPPORT_HEADFUL" = xno; then
     4.1 --- a/common/makefiles/JavaCompilation.gmk	Wed Oct 02 15:08:03 2013 +0200
     4.2 +++ b/common/makefiles/JavaCompilation.gmk	Thu Oct 03 11:26:11 2013 +0200
     4.3 @@ -159,7 +159,7 @@
     4.4          endif
     4.5      endif
     4.6  
     4.7 -    # Utility macros, to make the shell script receipt somewhat easier to dechipher.
     4.8 +    # Utility macros, to make the shell script receipt somewhat easier to decipher.
     4.9  
    4.10      # The capture contents macro finds all files (matching the patterns, typically
    4.11      # .class and .prp) that are newer than the jar-file, ie the new content to be put into the jar.
    4.12 @@ -520,7 +520,7 @@
    4.13          # Using plain javac to batch compile everything.
    4.14          $1 := $$($1_ALL_COPY_TARGETS) $$($1_ALL_COPY_CLEAN_TARGETS) $$($1_BIN)/_the.batch
    4.15  
    4.16 -        # When buliding in batch, put headers in a temp dir to filter out those that actually
    4.17 +        # When building in batch, put headers in a temp dir to filter out those that actually
    4.18          # changed before copying them to the real header dir.
    4.19          ifneq (,$$($1_HEADERS))
    4.20              $1_HEADERS_ARG := -h $$($1_HEADERS).tmp

mercurial