about summary refs log tree commit diff
path: root/Src/subst.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-07 18:22:48 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-07 18:22:48 +0000
commitc56296ba6482a81717361344974ca1a2ea98347f (patch)
tree51cdf93fe5822e484a79749ea4276e5566c781d0 /Src/subst.c
parenta048ee3d93666ccad981fed4ddc56094f0d42e06 (diff)
downloadzsh-c56296ba6482a81717361344974ca1a2ea98347f.tar.gz
zsh-c56296ba6482a81717361344974ca1a2ea98347f.tar.xz
zsh-c56296ba6482a81717361344974ca1a2ea98347f.zip
zsh-workers/7697
Diffstat (limited to 'Src/subst.c')
-rw-r--r--Src/subst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/subst.c b/Src/subst.c
index b808cb233..12e1cf351 100644
--- a/Src/subst.c
+++ b/Src/subst.c
@@ -242,7 +242,7 @@ singsub(char **s)
 }
 
 /* Perform substitution on a single word. Unlike with singsub, the      *
- * result can have more than one words. A single word result is sroted  *
+ * result can have more than one words. A single word result is stored  *
  * in *s and *isarr is set to zero; otherwise *isarr is set to 1 and    *
  * the result is stored in *a. If `a' is zero a multiple word result is *
  * joined using sep or the IFS parameter if sep is zero and the result  *