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 2011/10/05 18:23:35 UTC

svn commit: r1179300 - /subversion/trunk/subversion/include/svn_client.h

Author: julianfoad
Date: Wed Oct  5 16:23:34 2011
New Revision: 1179300

URL: http://svn.apache.org/viewvc?rev=1179300&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_log5): Typo fix, following r1179295.

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

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1179300&r1=1179299&r2=1179300&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Wed Oct  5 16:23:34 2011
@@ -2465,7 +2465,7 @@ svn_client_status(svn_revnum_t *result_r
  *
  * If @a discover_changed_paths is set, then the @c changed_paths and @c
  * changed_paths2 fields in the @c log_entry argument to @a receiver will be
- * populated on each invocation.  @note The @c text_modfied and @c
+ * populated on each invocation.  @note The @c text_modified and @c
  * props_modified fields of the changed paths structure may have the value
  * #svn_tristate_unknown if the repository does not report that information.
  *