summaryrefslogtreecommitdiff
path: root/uri
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-12-12 19:23:12 +0000
committerJeff Trawick <trawick@apache.org>2011-12-12 19:23:12 +0000
commit7b242e99b3e84491accc35fc9083b76641f4ffc7 (patch)
tree22c06ba40fd58e2925c5d68008e8d64b63f4056d /uri
parenteb326629bd7c2b05e48a2f7768422180658722b4 (diff)
downloadapr-7b242e99b3e84491accc35fc9083b76641f4ffc7.tar.gz
definAtely
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1213382 13f79535-47bb-0310-9956-ffa450edef68
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 {