You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/02/03 18:43:02 UTC

svn commit: r906151 - /subversion/trunk/subversion/include/svn_wc.h

Author: julianfoad
Date: Wed Feb  3 17:43:01 2010
New Revision: 906151

URL: http://svn.apache.org/viewvc?rev=906151&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_create_notify_url): Fix a typo in the doc string.

Modified:
    subversion/trunk/subversion/include/svn_wc.h

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=906151&r1=906150&r2=906151&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Wed Feb  3 17:43:01 2010
@@ -1277,8 +1277,8 @@
  * Allocate an #svn_wc_notify_t structure in @a pool, initialize and return
  * it.
  *
- * Set the @c url field of the created struct to @a url, @c action to, @c path
- * to "." and @a action.  Set all other fields to their @c _unknown, @c NULL or
+ * Set the @c url field of the created struct to @a url, @c path to "." and @c
+ * action to @a action.  Set all other fields to their @c _unknown, @c NULL or
  * invalid value, respectively. Make only a shallow copy of the pointer
  * @a url.
  *