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 2012/06/08 00:22:44 UTC

svn commit: r1347820 - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: stsp
Date: Thu Jun  7 22:22:43 2012
New Revision: 1347820

URL: http://svn.apache.org/viewvc?rev=1347820&view=rev
Log:
* subversion/libsvn_wc/wc_db.c
  (scan_addition_txn): Fix typo in comment (mainly an attempt to trigger
   a buildbot run).

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.c?rev=1347820&r1=1347819&r2=1347820&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Thu Jun  7 22:22:43 2012
@@ -10076,7 +10076,7 @@ scan_addition_txn(void *baton,
 
 
     /* ### This loop here is to skip up to the first node which is a BASE node,
-       because base_get_info() doesn't accomodate the scenario that
+       because base_get_info() doesn't accommodate the scenario that
        we're looking at here; we found the true op_root, which may be inside
        further changed trees. */
     while (TRUE)