summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/error.c b/lib/error.c
index a65d644d1b..2508ea841b 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -56,7 +56,7 @@ void (*error_print_progname) () = NULL;
extern char *program_name;
#if HAVE_STRERROR
-# ifndef strerror /* On some systems, sterror is a macro */
+# ifndef strerror /* On some systems, strerror is a macro */
char *strerror ();
# endif
#else