summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 21:00:30 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 21:00:30 +0100
commit272119b774a5227e8778e5f86b4a519db89ab0fa (patch)
treebd35556058ac5e224ef66dcb3438cc98f1fcc38f
parentc8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7 (diff)
downloadzsh-272119b774a5227e8778e5f86b4a519db89ab0fa.tar.gz
zsh-272119b774a5227e8778e5f86b4a519db89ab0fa.tar.xz
zsh-272119b774a5227e8778e5f86b4a519db89ab0fa.zip
unposted: small typo again
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index b72addaff..0afa8c908 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1901,7 +1901,7 @@ redup(int x, int y)
  * it will not be closed automatically or by normal shell syntax.
  *
  * FDT_MODULE: as FDT_EXTERNAL, but it can only be closed by the module
- * (which should included zclose() as part of the sequence, not by
+ * (which should included zclose() as part of the sequence), not by
  * the standard shell syntax for closing file descriptors.
  *
  * FDT_INTERNAL: fd is treated like others created by the shell for