You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ja...@apache.org on 2019/06/13 14:40:06 UTC

svn commit: r1861263 - /apr/apr/trunk/file_io/unix/filepath.c

Author: jailletc36
Date: Thu Jun 13 14:40:06 2019
New Revision: 1861263

URL: http://svn.apache.org/viewvc?rev=1861263&view=rev
Log:
Fix typo

Modified:
    apr/apr/trunk/file_io/unix/filepath.c

Modified: apr/apr/trunk/file_io/unix/filepath.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/file_io/unix/filepath.c?rev=1861263&r1=1861262&r2=1861263&view=diff
==============================================================================
--- apr/apr/trunk/file_io/unix/filepath.c (original)
+++ apr/apr/trunk/file_io/unix/filepath.c Thu Jun 13 14:40:06 2019
@@ -99,7 +99,7 @@ APR_DECLARE(apr_status_t) apr_filepath_m
 
     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)