summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-05-04 01:21:34 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2000-05-04 01:21:34 +0000
commit814777a789e50f14e64926682aa8e8f2b053b225 (patch)
treef86f4b40689e394bacc8980745472d165979f1ef /acconfig.h
parent548d3bc682d8964a06587a060c564d0a88b1f4b6 (diff)
downloadlibapr-814777a789e50f14e64926682aa8e8f2b053b225.tar.gz
fix a typo in a comment
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index 40abfb325..75ec15b78 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -53,7 +53,7 @@
@BOTTOM@
-/* Make sure we have ssize_t defined to be somethine */
+/* Make sure we have ssize_t defined to be something */
#undef ssize_t
#if !defined(HAVE_STRCASECMP) && defined(HAVE_STRICMP)