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 2017/07/24 10:56:36 UTC

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

Author: julianfoad
Date: Mon Jul 24 10:56:36 2017
New Revision: 1802784

URL: http://svn.apache.org/viewvc?rev=1802784&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_import5): Typo fix in 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=1802784&r1=1802783&r2=1802784&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Mon Jul 24 10:56:36 2017
@@ -1975,7 +1975,7 @@ typedef svn_error_t *(*svn_client_import
  * on @a url if @a url is already under versioned control, or the nearest parents
  * of @a path which are already under version control if not.
  *
- * If @a ignore_unknown_node_types is @c FALSE, ignore files of which the
+ * If @a ignore_unknown_node_types is @c TRUE, ignore files of which the
  * node type is unknown, such as device files and pipes.
  *
  * If @a filter_callback is non-NULL, call it for each node that isn't ignored