diff options
author | Paul Smith <psmith@gnu.org> | 2013-10-09 01:53:55 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-10-09 01:53:55 -0400 |
commit | dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a (patch) | |
tree | d8b809eb9e488113a3cee2eab21298fe310a5e58 /tests/scripts/features/patspecific_vars | |
parent | 723e0474286be3b200e01d695c3f63a30565fe1a (diff) | |
download | gunmake-dc9ae5e017e6a8c162a0e15d28c09ace49c33c3a.tar.gz |
[SV 39709] Fix some typos.
Diffstat (limited to 'tests/scripts/features/patspecific_vars')
-rw-r--r-- | tests/scripts/features/patspecific_vars | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/scripts/features/patspecific_vars b/tests/scripts/features/patspecific_vars index 8ca228d..a530bba 100644 --- a/tests/scripts/features/patspecific_vars +++ b/tests/scripts/features/patspecific_vars @@ -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 |