summaryrefslogtreecommitdiffstats
path: root/modules/dav/main/util.c
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-08-11 21:50:02 +0200
committerRainer Jung <rjung@apache.org>2016-08-11 21:50:02 +0200
commitd79b514c4b925e4cd983297c784124efb8f6efc7 (patch)
tree5de52fcca8b9fd2d3026267781ec3a4ba55d1d7e /modules/dav/main/util.c
parentgrammar++ (diff)
downloadapache2-d79b514c4b925e4cd983297c784124efb8f6efc7.tar.xz
apache2-d79b514c4b925e4cd983297c784124efb8f6efc7.zip
Fix spelling in comments and text files.
No functional change. PR 59990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/dav/main/util.c')
-rw-r--r--modules/dav/main/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/main/util.c b/modules/dav/main/util.c
index 149629b3fa..a09419e56f 100644
--- a/modules/dav/main/util.c
+++ b/modules/dav/main/util.c
@@ -428,7 +428,7 @@ DAV_DECLARE(void) dav_xmlns_add(dav_xmlns_info *xi,
apr_hash_set(xi->prefix_uri, prefix, APR_HASH_KEY_STRING, uri);
/* note: this may overwrite an existing URI->prefix mapping, but it
- doesn't matter -- any prefix is usuable to specify the URI. */
+ doesn't matter -- any prefix is usable to specify the URI. */
apr_hash_set(xi->uri_prefix, uri, APR_HASH_KEY_STRING, prefix);
}
@@ -587,7 +587,7 @@ static dav_error * dav_add_if_state(apr_pool_t *p, dav_if_header *ih,
}
/* fetch_next_token returns the substring from str+1
- * to the next occurence of char term, or \0, whichever
+ * to the next occurrence of char term, or \0, whichever
* occurs first. Leading whitespace is ignored.
*/
static char *dav_fetch_next_token(char **str, char term)