From d79b514c4b925e4cd983297c784124efb8f6efc7 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Thu, 11 Aug 2016 19:50:02 +0000 Subject: 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 --- modules/dav/main/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/dav/main/util.c') 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) -- cgit v1.2.3