Author: ivan
Date: Fri Aug  9 12:01:08 2013
New Revision: 1512270

URL: http://svn.apache.org/r1512270
Log:
* subversion/libsvn_ra_serf/commit.c
  (checkout_dir): Fix typo in comment. No functional change.

Modified:
    subversion/trunk/subversion/libsvn_ra_serf/commit.c

Modified: subversion/trunk/subversion/libsvn_ra_serf/commit.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_serf/commit.c?rev=1512270&r1=1512269&r2=1512270&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_ra_serf/commit.c (original)
+++ subversion/trunk/subversion/libsvn_ra_serf/commit.c Fri Aug  9 12:01:08 2013
@@ -397,8 +397,8 @@ checkout_dir(dir_context_t *dir,
     {
       if (c_dir->added)
         {
-          /* Calculate the working_url by skipping the shared ancestor bewteen
-           * the c_dir_parent->relpath and dir->relpath.  This is safe since an
+          /* Calculate the working_url by skipping the shared ancestor between
+           * the c_dir_parent->relpath and dir->relpath. This is safe since an
            * add is guaranteed to have a parent that is checked out. */
           dir_context_t *c_dir_parent = c_dir->parent_dir;
           const char *relpath = 
svn_relpath_skip_ancestor(c_dir_parent->relpath,


Reply via email to