[hackers] [sbase] Fix typo in libutil/fshut.c || FRIGN
commit dae33f42d4681499e38c4efb387602bbb7836770
Author: FRIGN <dev_AT_frign.de>
AuthorDate: Mon Oct 26 17:26:56 2015 +0100
Commit: sin <sin_AT_2f30.org>
CommitDate: Mon Oct 26 16:53:28 2015 +0000
Fix typo in libutil/fshut.c
diff --git a/libutil/fshut.c b/libutil/fshut.c
index 8513184..e596f07 100644
--- a/libutil/fshut.c
+++ b/libutil/fshut.c
_AT_@ -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);
Received on Mon Oct 26 2015 - 17:53:33 CET
This archive was generated by hypermail 2.3.0
: Mon Oct 26 2015 - 18:00:15 CET