Author: stsp
Date: Thu Apr 4 11:25:07 2013
New Revision: 1464455
URL: http://svn.apache.org/r1464455
Log:
* subversion/tests/libsvn_subr/error-code-test.c
(check_error_codes_unique): Fix typo in comment.
Modified:
subversion/trunk/subversion/tests/libsvn_subr/error-code-test.c
Modified: subversion/trunk/subversion/tests/libsvn_subr/error-code-test.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_subr/error-code-test.c?rev=1464455&r1=1464454&r2=1464455&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_subr/error-code-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_subr/error-code-test.c Thu Apr 4
11:25:07 2013
@@ -46,7 +46,7 @@ check_error_codes_unique(apr_pool_t *poo
int i;
struct err_defn e = error_table[0];
- /* Ensure error codes a strictly monotonically increasing. */
+ /* Ensure error codes are strictly monotonically increasing. */
for (i = 1; i < NUM_ERRORS; i++)
{
struct err_defn e2 = error_table[i++];