sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit dae33f42d4681499e38c4efb387602bbb7836770
parent 91ab4e80b92637f2f95f61c73a6c848a35ddddea
Author: FRIGN <dev@frign.de>
Date:   Mon, 26 Oct 2015 17:26:56 +0100

Fix typo in libutil/fshut.c

Diffstat:
Mlibutil/fshut.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libutil/fshut.c b/libutil/fshut.c @@ -11,7 +11,7 @@ fshut(FILE *fp, const char *fname) /* fflush() is undefined for input streams by ISO C, * but not POSIX 2008 if you ignore ISO C overrides. - * Leave it unchecked an rely on the following + * Leave it unchecked and rely on the following * functions to detect errors. */ fflush(fp);