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 2010/08/28 16:09:42 UTC

svn commit: r990370 - /subversion/trunk/subversion/libsvn_client/diff.c

Author: stsp
Date: Sat Aug 28 14:09:41 2010
New Revision: 990370

URL: http://svn.apache.org/viewvc?rev=990370&view=rev
Log:
* subversion/libsvn_client/diff.c
  (adjust_relative_to_repos_root): Fix typo in a comment.

Modified:
    subversion/trunk/subversion/libsvn_client/diff.c

Modified: subversion/trunk/subversion/libsvn_client/diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/diff.c?rev=990370&r1=990369&r2=990370&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/diff.c Sat Aug 28 14:09:41 2010
@@ -214,7 +214,7 @@ adjust_relative_to_repos_root(const char
 
   if (! ra_session)
     {
-      /* We're doing a WC-WC diff, so we can retreive all information we
+      /* We're doing a WC-WC diff, so we can retrieve all information we
        * need from the working copy. */
       SVN_ERR(svn_dirent_get_absolute(&local_abspath, path, pool));
       SVN_ERR(svn_wc__node_get_repos_relpath(adjusted_path, wc_ctx,