]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Fix typo in fgetln() linker warning
authorGuillem Jover <guillem@hadrons.org>
Mon, 21 May 2018 01:10:12 +0000 (03:10 +0200)
committerGuillem Jover <guillem@hadrons.org>
Mon, 21 May 2018 02:48:32 +0000 (04:48 +0200)
src/fgetln.c

index 4d1726e8ce3e6fe73052f691124e2038c20197b1..7461a7adaf1a2dee671944d53513b9a738c2159b 100644 (file)
@@ -76,7 +76,7 @@ fgetln(FILE *stream, size_t *len)
        }
 }
 libbsd_link_warning(fgetln,
-                    "This functions cannot be safely ported, use getline(3) "
+                    "This function cannot be safely ported, use getline(3) "
                     "instead, as it is supported by GNU and POSIX.1-2008.")
 #else
 #error "Function fgetln() needs to be ported."