summaryrefslogtreecommitdiff
path: root/uri
diff options
context:
space:
mode:
Diffstat (limited to 'uri')
-rw-r--r--uri/apr_uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uri/apr_uri.c b/uri/apr_uri.c
index 5f16c664b..cd8e6ff4b 100644
--- a/uri/apr_uri.c
+++ b/uri/apr_uri.c
@@ -334,7 +334,7 @@ deal_with_authority:
/* If there's a username:password@host:port, the @ we want is the last @...
* too bad there's no memrchr()... For the C purists, note that hostinfo
- * is definately not the first character of the original uri so therefore
+ * is definitely not the first character of the original uri so therefore
* &hostinfo[-1] < &hostinfo[0] ... and this loop is valid C.
*/
do {