Return-Path: X-Original-To: apmail-subversion-commits-archive@minotaur.apache.org Delivered-To: apmail-subversion-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6BC40D880 for ; Tue, 11 Sep 2012 16:58:06 +0000 (UTC) Received: (qmail 47723 invoked by uid 500); 11 Sep 2012 16:58:06 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 47673 invoked by uid 500); 11 Sep 2012 16:58:06 -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 47647 invoked by uid 99); 11 Sep 2012 16:58:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 16:58:06 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2012 16:57:51 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D405923889B8; Tue, 11 Sep 2012 16:56:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1383479 - /subversion/trunk/subversion/include/svn_version.h Date: Tue, 11 Sep 2012 16:56:59 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120911165659.D405923889B8@eris.apache.org> Author: julianfoad Date: Tue Sep 11 16:56:58 2012 New Revision: 1383479 URL: http://svn.apache.org/viewvc?rev=1383479&view=rev Log: Fix a Doxygen typo. * subversion/include/svn_version.h (svn_version_ext_linked_libs): s/@eturns/@return/. Modified: subversion/trunk/subversion/include/svn_version.h Modified: subversion/trunk/subversion/include/svn_version.h URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_version.h?rev=1383479&r1=1383478&r2=1383479&view=diff ============================================================================== --- subversion/trunk/subversion/include/svn_version.h (original) +++ subversion/trunk/subversion/include/svn_version.h Tue Sep 11 16:56:58 2012 @@ -366,7 +366,7 @@ typedef struct svn_version_ext_linked_li /** * Accessor for svn_version_extended_t. * - * @eturns Array of svn_version_ext_linked_lib_t describing dependent + * @return Array of svn_version_ext_linked_lib_t describing dependent * libraries. The returned value may be @c NULL. * * @since New in 1.8.