You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/10/15 06:53:50 UTC

svn commit: r1532185 - /subversion/trunk/subversion/libsvn_ra_svn/marshal.c

Author: stefan2
Date: Tue Oct 15 04:53:49 2013
New Revision: 1532185

URL: http://svn.apache.org/r1532185
Log:
* subversion/libsvn_ra_svn/marshal.c
  (read_item): fix typo in docstring. No functional change

Modified:
    subversion/trunk/subversion/libsvn_ra_svn/marshal.c

Modified: subversion/trunk/subversion/libsvn_ra_svn/marshal.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/marshal.c?rev=1532185&r1=1532184&r2=1532185&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_svn/marshal.c (original)
+++ subversion/trunk/subversion/libsvn_ra_svn/marshal.c Tue Oct 15 04:53:49 2013
@@ -1017,7 +1017,7 @@ static svn_error_t *read_string(svn_ra_s
 
 /* Given the first non-whitespace character FIRST_CHAR, read an item
  * into the already allocated structure ITEM.  LEVEL should be set
- * to 0 for the first call and is used to enforce a recurssion limit
+ * to 0 for the first call and is used to enforce a recursion limit
  * on the parser. */
 static svn_error_t *read_item(svn_ra_svn_conn_t *conn, apr_pool_t *pool,
                               svn_ra_svn_item_t *item, char first_char,