summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-30 15:02:22 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2015-10-30 15:03:12 +0000
commit51d50218fb04229ead75d5f472bc86c26936afe4 (patch)
tree121831d420bcbad94a0f5a8cf443659dc0b55901 /Test
parent58f4cccb1fbd66b7645178af971cb317cf1a2d7a (diff)
downloadzsh-51d50218fb04229ead75d5f472bc86c26936afe4.tar.gz
zsh-51d50218fb04229ead75d5f472bc86c26936afe4.tar.xz
zsh-51d50218fb04229ead75d5f472bc86c26936afe4.zip
unposted (after 37018): Fix typo in error message.
Diffstat (limited to 'Test')
-rw-r--r--Test/E01options.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst
index 15468e888..c9427c755 100644
--- a/Test/E01options.ztst
+++ b/Test/E01options.ztst
@@ -1118,7 +1118,7 @@
 0:WARN_CREATE_GLOBAL option
 ?fn:3: scalar parameter foo1 created globally in function fn
 ?fn:5: scalar parameter foo1 created globally in function fn
-?fn:15: numeric parameter parameter foo5 created globally in function fn
+?fn:15: numeric parameter foo5 created globally in function fn
 
 # This really just tests if XTRACE is egregiously broken.
 # To test it properly would need a full set of its own.