From commits-return-49519-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Thu Oct 4 16:05:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 09911180677 for ; Thu, 4 Oct 2018 16:05:04 +0200 (CEST) Received: (qmail 48275 invoked by uid 500); 4 Oct 2018 14:05:03 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 48255 invoked by uid 99); 4 Oct 2018 14:05:03 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2018 14:05:03 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 316AB3A028E for ; Thu, 4 Oct 2018 13:55:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1842813 - /subversion/trunk/subversion/include/svn_client.h Date: Thu, 04 Oct 2018 13:55:32 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20181004135533.316AB3A028E@svn01-us-west.apache.org> Author: danielsh Date: Thu Oct 4 13:55:31 2018 New Revision: 1842813 URL: http://svn.apache.org/viewvc?rev=1842813&view=rev Log: * subversion/include/svn_client.h (svn_client_list): Fix error in docstring. Suggested by: Yasuhito FUTATSUKI 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=1842813&r1=1842812&r2=1842813&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_client.h (original) +++ subversion/trunk/subversion/include/svn_client.h Thu Oct 4 13:55:31 2018 @@ -6761,7 +6761,7 @@ svn_client_list2(const char *path_or_url /** * Similar to svn_client_list2(), but with @a recurse instead of @a depth. - * If @a recurse is TRUE, pass #svn_depth_files for @a depth; else + * If @a recurse is FALSE, pass #svn_depth_immediates for @a depth; else * pass #svn_depth_infinity. * * @since New in 1.4.