summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-08-30 02:46:58 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2018-08-30 02:46:58 +0000
commit2dcdfd94f7b9c5e57e0565fc8651c374598d07b3 (patch)
tree87fcf0c9172ae67640e30583470b9c1b77fa8d11 /misc
parent7640236baffeb6ce097fc38597d4eb66b3933e87 (diff)
downloadlibapr-2dcdfd94f7b9c5e57e0565fc8651c374598d07b3.tar.gz
Spelling corrections in docs;
Pull request #6 docs/APRDesign.html docs/canonical_filenames.html docs/incomplete_types Submitted by: "Bruno P. Kinoshita" <brunodepaulak yahoo.com.br> Pull request #10 misc/unix/errorcodes.c Submitted by: Jimmy Casey <casey.jimmy gmail.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1839622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-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 4f9b1d924..a45d43f52 100644
--- a/misc/unix/errorcodes.c
+++ b/misc/unix/errorcodes.c
@@ -380,7 +380,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)