You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ma...@apache.org on 2007/09/04 11:42:18 UTC

svn commit: r572593 - /apr/apr/trunk/misc/unix/errorcodes.c

Author: martin
Date: Tue Sep  4 02:42:17 2007
New Revision: 572593

URL: http://svn.apache.org/viewvc?rev=572593&view=rev
Log:
This message no verb.

Modified:
    apr/apr/trunk/misc/unix/errorcodes.c

Modified: apr/apr/trunk/misc/unix/errorcodes.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/misc/unix/errorcodes.c?rev=572593&r1=572592&r2=572593&view=diff
==============================================================================
--- apr/apr/trunk/misc/unix/errorcodes.c (original)
+++ apr/apr/trunk/misc/unix/errorcodes.c Tue Sep  4 02:42:17 2007
@@ -125,7 +125,7 @@
     case APR_EABOVEROOT:
         return "The given path was above the root path";
     case APR_EBADPATH:
-        return "The given path misformatted or contained invalid characters";
+        return "The given path is misformatted or contained invalid characters";
     case APR_EPATHWILD:
         return "The given path contained wildcard characters";
     case APR_EPROC_UNKNOWN: