]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
build: Fix typo in ABI selection description
authorGuillem Jover <guillem@hadrons.org>
Tue, 12 Mar 2024 23:56:59 +0000 (00:56 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 12 Mar 2024 23:56:59 +0000 (00:56 +0100)
configure.ac

index 09bc0f43676a7b1ecda358360da13ad48f5f564d..bc0e1d2a59bc2a44fff95630b26fc55d61a9a4b6 100644 (file)
@@ -601,7 +601,7 @@ LIBBSD_SELECT_ABI([strmode], [strmode()])
 LIBBSD_SELECT_ABI([strnstr], [strnstr()])
 LIBBSD_SELECT_ABI([strtonum], [strtonum()])
 LIBBSD_SELECT_ABI([strtox], [strtoi()/strtou()])
-LIBBSD_SELECT_ABI([timeconv], [timeconf.h API])
+LIBBSD_SELECT_ABI([timeconv], [timeconv.h API])
 LIBBSD_SELECT_ABI([transparent_libmd], [transparent libmd support])
 LIBBSD_SELECT_ABI([vis], [vis API])
 LIBBSD_SELECT_ABI([wcsl], [wcslcpy()/wcslcat()])