You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/12/30 22:43:17 UTC

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

Author: hwright
Date: Thu Dec 30 21:43:17 2010
New Revision: 1054006

URL: http://svn.apache.org/viewvc?rev=1054006&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_checkout3): Fix docstring typo.

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=1054006&r1=1054005&r2=1054006&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Dec 30 21:43:17 2010
@@ -1050,7 +1050,7 @@ svn_client_args_to_target_array(apr_arra
  * Checkout a working copy from a repository.
  *
  * @param[out] result_rev   If non-NULL, the value of the revision checked
- *              out form the repository.
+ *              out from the repository.
  * @param[in] URL       The repository URL of the checkout source.
  * @param[in] path      The root of the new working copy.
  * @param[in] peg_revision  The peg revision.