summary refs log tree commit diff
path: root/Src
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 20:59:48 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-10-24 20:59:48 +0100
commitc8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7 (patch)
treecd561a6ad204fd998f69d7edda8cb109d60bc864 /Src
parent15490398d7553605c422d8ab0e59e69e25111df4 (diff)
downloadzsh-c8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7.tar.gz
zsh-c8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7.tar.xz
zsh-c8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7.zip
unposted: small typo
Diffstat (limited to 'Src')
-rw-r--r--Src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/utils.c b/Src/utils.c
index 37a02c593..b72addaff 100644
--- a/Src/utils.c
+++ b/Src/utils.c
@@ -1905,7 +1905,7 @@ redup(int x, int y)
  * the standard shell syntax for closing file descriptors.
  *
  * FDT_INTERNAL: fd is treated like others created by the shell for
- * internall use; it can be closed and will be closed by the shell if it
+ * internal use; it can be closed and will be closed by the shell if it
  * exec's or performs an exec with a fork optimised out.
  *
  * Safe if fd is -1 to indicate failure.