From c8c42d6ed55c23f83a4a94eaae7e42a70c5d55c7 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 24 Oct 2015 20:59:48 +0100 Subject: unposted: small typo --- ChangeLog | 2 ++ Src/utils.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 71f15bb0d..ef5cbe1f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2015-10-24 Peter Stephenson + * unposted: Src/utils.c: small typo. + * 36944: Src/utils.c, Src/Modules/tcp.c, Src/Modules/socket.c: extend the previous to zsocket, although this needs to allow the fd to be closed explicitly. 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. -- cgit 1.4.1