From e01c226ea72119b63e392837c303d472c90f9a5f Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Thu, 13 Jun 2019 14:40:06 +0000 Subject: Fix typo git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1861263 13f79535-47bb-0310-9956-ffa450edef68 --- file_io/unix/filepath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file_io') 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) -- cgit v1.2.1