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/06/17 15:28:14 UTC

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

Author: julianfoad
Date: Thu Jun 17 13:28:13 2010
New Revision: 955588

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

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=955588&r1=955587&r2=955588&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Jun 17 13:28:13 2010
@@ -2525,7 +2525,7 @@ svn_client_blame(const char *path_or_url
  *
  * @a diff_options (an array of <tt>const char *</tt>) is used to pass
  * additional command line options to the diff processes invoked to compare
- * files. @a diff_options is alloed to be @c NULL, in which case a value
+ * files. @a diff_options is allowed to be @c NULL, in which case a value
  * for this option might still be obtained from the Subversion configuration
  * file via client context @a ctx.
  *