Author: julianfoad
Date: Mon Oct 18 11:26:13 2010
New Revision: 1023742

URL: http://svn.apache.org/viewvc?rev=1023742&view=rev
Log:
Fix a typo from r1023740.

* subversion/libsvn_wc/wc_db.c
  (path_for_error_message): Correct the parameter name in the doc string.

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=1023742&r1=1023741&r2=1023742&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.c Mon Oct 18 11:26:13 2010
@@ -235,7 +235,7 @@ insert_incomplete_children(svn_sqlite__d
                            apr_pool_t *scratch_pool);
 
 
-/* Return the absolute path, in local path style, of LOCAL_RELPATH in PDH. */
+/* Return the absolute path, in local path style, of LOCAL_RELPATH in WCROOT. 
*/
 static const char *
 path_for_error_message(const svn_wc__db_wcroot_t *wcroot,
                        const char *local_relpath,


Reply via email to