Author: danielsh
Date: Wed Jul 13 14:49:21 2011
New Revision: 1146074
URL: http://svn.apache.org/viewvc?rev=1146074&view=rev
Log:
stats++
* subversion/include/svn_error_codes.h
(SVN_ERR_WC_INVALID_OPERATION_DEPTH): Typo fix.
Modified:
subversion/trunk/subversion/include/svn_error_codes.h
Modified: subversion/trunk/subversion/include/svn_error_codes.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error_codes.h?rev=1146074&r1=1146073&r2=1146074&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error_codes.h (original)
+++ subversion/trunk/subversion/include/svn_error_codes.h Wed Jul 13 14:49:21
2011
@@ -528,7 +528,7 @@ SVN_ERROR_START
/** @since New in 1.7. */
SVN_ERRDEF(SVN_ERR_WC_INVALID_OPERATION_DEPTH,
SVN_ERR_WC_CATEGORY_START + 38,
- "The operation can not be performed with the specified depth")
+ "The operation cannot be performed with the specified depth")
/** @since New in 1.7. */
SVN_ERRDEF(SVN_ERR_WC_PATH_ACCESS_DENIED,