summaryrefslogtreecommitdiff
path: root/Src/exec.c
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-12-16 13:55:35 +0000
commit246bcd10a7aeb54094ba02f032e682b759ee4b0b (patch)
treeff0c44d891e9a0b2c1fa0cfbc6d9ccb94112b9db /Src/exec.c
parent796501f44095b9099609008c91bacbc7d01f1e7d (diff)
downloadzsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.tar.gz
zsh-246bcd10a7aeb54094ba02f032e682b759ee4b0b.zip
Mikael: 28531: typos
Diffstat (limited to 'Src/exec.c')
-rw-r--r--Src/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/exec.c b/Src/exec.c
index 85d996bd4..4576fc031 100644
--- a/Src/exec.c
+++ b/Src/exec.c
@@ -3325,7 +3325,7 @@ save_params(Estate state, Wordcode pc, LinkList *restore_p, LinkList *remove_p)
* been done at this point. Instead, copy the
* parameter: in this case, we'll insert the
* copied parameter straight back into the parameter
- * table so we wan't to be sure everything is
+ * table so we want to be sure everything is
* properly set up and in permanent memory.
*/
tpm = (Param) zshcalloc(sizeof *tpm);