summaryrefslogtreecommitdiff
path: root/file_io
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2019-06-13 14:40:06 +0000
committerChristophe Jaillet <jailletc36@apache.org>2019-06-13 14:40:06 +0000
commite01c226ea72119b63e392837c303d472c90f9a5f (patch)
tree3fc759ca1310b2271e2f9ff532bc500359228901 /file_io
parentab466e13738242d4b1197d4f8cda3f633ae18916 (diff)
downloadapr-e01c226ea72119b63e392837c303d472c90f9a5f.tar.gz
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861263 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'file_io')
-rw-r--r--file_io/unix/filepath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file_io/unix/filepath.c b/file_io/unix/filepath.c
index 4c1ca7745..377dcd2fa 100644
--- a/file_io/unix/filepath.c
+++ b/file_io/unix/filepath.c
@@ -99,7 +99,7 @@ APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath,
if (addpath[0] == '/') {
/* If addpath is rooted, then rootpath is unused.
- * Ths violates any APR_FILEPATH_SECUREROOTTEST and
+ * This violates any APR_FILEPATH_SECUREROOTTEST and
* APR_FILEPATH_NOTABSOLUTE flags specified.
*/
if (flags & APR_FILEPATH_SECUREROOTTEST)