summaryrefslogtreecommitdiff
path: root/misc/unix/errorcodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/unix/errorcodes.c')
-rw-r--r--misc/unix/errorcodes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/errorcodes.c b/misc/unix/errorcodes.c
index f553a37b6..60ea2f7bd 100644
--- a/misc/unix/errorcodes.c
+++ b/misc/unix/errorcodes.c
@@ -369,7 +369,7 @@ static char *native_strerror(apr_status_t statcode, char *buf,
/* glibc style */
/* BeOS has the function available, but it doesn't provide
- * the prototype publically (doh!), so to avoid a build warning
+ * the prototype publicly (doh!), so to avoid a build warning
* we add a suitable prototype here.
*/
#if defined(BEOS)