Author: danielsh
Date: Fri Apr 12 16:02:08 2013
New Revision: 1467328
URL: http://svn.apache.org/r1467328
Log:
* subversion/include/svn_error.h
(svn_error_symbolic_name): Fix punctuation.
Modified:
subversion/trunk/subversion/include/svn_error.h
Modified: subversion/trunk/subversion/include/svn_error.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_error.h?rev=1467328&r1=1467327&r2=1467328&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_error.h (original)
+++ subversion/trunk/subversion/include/svn_error.h Fri Apr 12 16:02:08 2013
@@ -77,7 +77,7 @@ svn_strerror(apr_status_t statcode,
*
* An error number may be recognised @em incorrectly if the @c apr_status_t
* value originates in another library (such as libserf) which also uses APR.
- * (This is a theoretical concern only; the @c apr_err member of #svn_error_t
+ * (This is a theoretical concern only: the @c apr_err member of #svn_error_t
* should never contain a "foreign" @c apr_status_t value, and
* in any case Subversion and Serf use non-overlapping subsets of the
* @c APR_OS_START_USERERR range.)