summaryrefslogtreecommitdiffstats
path: root/src/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uri.h')
-rw-r--r--src/uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.h b/src/uri.h
index 7b57e1ae9..f0b59780e 100644
--- a/src/uri.h
+++ b/src/uri.h
@@ -53,7 +53,7 @@ public:
/**
* Determines if the URI represented is 'relative' as per RFC 2396.
*
- * Relative URI references are distinguished by not begining with a
+ * Relative URI references are distinguished by not beginning with a
* scheme name.
*
* @return \c true if the URI is relative, \c false if it is absolute.