1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00

20237: fix typo in foregoing commit

This commit is contained in:
Peter Stephenson 2015-05-29 12:19:23 +01:00
parent cba1d41ffc
commit d9243734e1

View file

@ -1,6 +1,6 @@
2015-05-29 Peter Stephenson <p.stephenson@samsung.com>
* 20237: Src/Modules/parameter.c: $unctions[foo] shouldn't be
* 20237: Src/Modules/parameter.c: $functions[foo] shouldn't be
unmetafied when passed as parameter body.
2015-05-28 Daniel Hahler <zsh@thequod.de>