[SV 39709] Fix some typos.
authorPaul Smith <psmith@gnu.org>
Wed, 9 Oct 2013 05:53:55 +0000 (01:53 -0400)
committerPaul Smith <psmith@gnu.org>
Wed, 9 Oct 2013 05:53:55 +0000 (01:53 -0400)
ChangeLog.1
read.c
tests/ChangeLog
tests/scripts/features/patspecific_vars
w32/subproc/sub_proc.c

index d579521ffe8872ac4e762a1cd66e098e788eb041..c37b1390608d146c9923aa39aa5f1a893c9a845e 100644 (file)
@@ -1703,7 +1703,7 @@ Thu Sep 14 18:29:38 1989  Roland McGrath  (mcgrath at paris.Berkeley.EDU)
        existing variable's origin, is `o_env', make it `o_env_override'.
 
        * load.c: Use the symbol KERNEL_FILE_NAME instead of KERNEL_FILE.
-       * compatMakefile: Changed the comment for `LOAD_AVG' accordinly.
+       * compatMakefile: Changed the comment for `LOAD_AVG' accordingly.
 
 Thu Sep  7 16:46:26 1989  Roland McGrath  (mcgrath at paris.Berkeley.EDU)
 
@@ -3218,7 +3218,7 @@ Sun Feb  5 19:52:38 1989  Roland McGrath  (mcgrath at paris.Berkeley.EDU)
        * variable.c (expand_function: `shell'): Use
        `shell_function_completed'.  Block children before forking and
        unblock after `shell_function_pid' is set properly and
-       `shell_functon_completed' is reset to 0.
+       `shell_function_completed' is reset to 0.
 
        * commands.c (child_handler): When the child of the `shell' function
        completes, set `shell_function_completed' to 1 if it actually ran,
@@ -4465,7 +4465,7 @@ Fri Sep 16 13:59:59 1988  Roland McGrath  (mcgrath at tully.Berkeley.EDU)
        `maxsuffix', and must be called before count_implicit_rule_limits.
 
        * rule.c (pattern_search): If an existent (non-intermediate)
-       dependendency was found via a terminal rule, set its
+       dependency was found via a terminal rule, set its
        `tried_implicit' flag, so it will never have implicit rule search done.
 
        * glob.c: Bug fix to avoid alloca(0).
@@ -4826,7 +4826,7 @@ Sat Jul 30 15:47:23 1988  Roland McGrath  (mcgrath at tully.Berkeley.EDU)
        new entry as the old entry's prev pointer.
 
        * dir.c: Re-indented the `struct dir' definition to be right.
-       (dir_load): Cleaned up slighty.
+       (dir_load): Cleaned up slightly.
        (file_exists_p): Removed comment saying we could use `access', since
        that is a bad idea (except for setuid programs).  Cleaned up slightly.
 
diff --git a/read.c b/read.c
index 7f90b9b946205778e837128928204a22c3366a25..15d1b13c2d1ad1b288672749b7179afae845e669 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1073,7 +1073,7 @@ eval (struct ebuffer *ebuf, int set_default)
                        here, but merely copy, since now you're beyond a ";"
                        and into a command script.  However, the old parser
                        expanded the whole line, so we continue that for
-                       backwards-compatiblity.  Also, it wouldn't be
+                       backwards-compatibility.  Also, it wouldn't be
                        entirely consistent, since we do an unconditional
                        expand below once we know we don't have a
                        target-specific variable. */
index af7d08760b57d80a5040e8f47b46d926eb926be6..653c5a7dbb1f1072847c78a0decd53d2c1faed4e 100644 (file)
@@ -1,3 +1,7 @@
+2013-10-09  Paul Smith  <psmith@gnu.org>
+
+       * scripts/features/patspecific_vars: Typo fixes.
+
 2013-10-05  Paul Smith  <psmith@gnu.org>
 
        * test_driver.pl (run_all_tests): Rewrite to be more clear.
index 8ca228d7dcf80e6b468bcb232fd6ae58f4f5d48d..a530bba10ac33c3a83dae0fc07bdb6bcbd0e58c9 100644 (file)
@@ -81,7 +81,7 @@ all: bar baz
 
 b%: pattern := good $$t
 
-global := orginal $$t
+global := original $$t
 
 
 # normal target
@@ -103,14 +103,14 @@ else
 %z: a := global: $(global) pattern: $(pattern) inherit: $(inherit)
 endif
 
-%z: ; @echo \'pattrn: $a;\'
+%z: ; @echo \'pattern: $a;\'
 
 
 global := new $$t
 ',
 '',
-'normal: global: orginal $t pattern:  inherit: ;
-pattrn: global: orginal $t pattern:  inherit: ;');
+'normal: global: original $t pattern:  inherit: ;
+pattern: global: original $t pattern:  inherit: ;');
 
 
 # TEST #7 -- test expansion of pattern-specific recursive variables
@@ -118,7 +118,7 @@ pattrn: global: orginal $t pattern:  inherit: ;');
 run_make_test(undef, # reuse previous makefile
 'rec=1',
 'normal: global: new $t pattern: good $t inherit: good $t;
-pattrn: global: new $t pattern: good $t inherit: good $t;');
+pattern: global: new $t pattern: good $t inherit: good $t;');
 
 # TEST #8: override in pattern-specific variables
 
index ce8e39a4c649e0e1df9b93ef586869b5eca11b74..f790ca3b213946ab7dfdf245e08ca6f5187f7fcf 100644 (file)
@@ -1111,7 +1111,7 @@ done2:
 
 /*
  * Description:  Clean up any leftover handles, etc.  It is up to the
- * caller to manage and free the input, ouput, and stderr buffers.
+ * caller to manage and free the input, output, and stderr buffers.
  */
        void
 process_cleanup(