From: tg Date: Mon, 20 Nov 2017 02:32:32 +0000 (+0000) Subject: fix typo in comment X-Git-Tag: mksh-R56c~24 X-Git-Url: https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=alioth%2Fwtf-mksh.git;a=commitdiff_plain;h=11953c960572167b377117559d9295ff859b2db3;hp=8fe6311a0182458f05d0704848f8476cdd2a6404 fix typo in comment --- diff --git a/funcs.c b/funcs.c index 9142bbc..ea745b3 100644 --- a/funcs.c +++ b/funcs.c @@ -38,7 +38,7 @@ #endif #endif -__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.350 2017/05/05 22:53:28 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/funcs.c,v 1.351 2017/11/20 02:32:32 tg Exp $"); #if HAVE_KILLPG /* @@ -3533,7 +3533,7 @@ c_cat(const char **wp) continue; } if (errno == EPIPE) { - /* fake receiving signel */ + /* fake receiving signal */ rv = ksh_sigmask(SIGPIPE); } else { /* an error occured during writing */