Return-Path: X-Original-To: apmail-apr-commits-archive@www.apache.org Delivered-To: apmail-apr-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0BBB5182EE for ; Wed, 27 Jan 2016 21:24:05 +0000 (UTC) Received: (qmail 63423 invoked by uid 500); 27 Jan 2016 21:23:55 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 63362 invoked by uid 500); 27 Jan 2016 21:23:55 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 63353 invoked by uid 99); 27 Jan 2016 21:23:55 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 21:23:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 284E61A06E0 for ; Wed, 27 Jan 2016 21:23:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id jTlWY-w4Db9t for ; Wed, 27 Jan 2016 21:23:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id B061431ACC for ; Wed, 27 Jan 2016 21:23:53 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CBEADE0185 for ; Wed, 27 Jan 2016 21:23:52 +0000 (UTC) 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 9D0F03A0873 for ; Wed, 27 Jan 2016 21:23:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1727199 - /apr/apr/trunk/include/apr_cstr.h Date: Wed, 27 Jan 2016 21:23:52 -0000 To: commits@apr.apache.org From: wrowe@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160127212352.9D0F03A0873@svn01-us-west.apache.org> Author: wrowe Date: Wed Jan 27 21:23:52 2016 New Revision: 1727199 URL: http://svn.apache.org/viewvc?rev=1727199&view=rev Log: Fix spelling,w noted by mrumph Modified: apr/apr/trunk/include/apr_cstr.h Modified: apr/apr/trunk/include/apr_cstr.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_cstr.h?rev=1727199&r1=1727198&r2=1727199&view=diff ============================================================================== --- apr/apr/trunk/include/apr_cstr.h (original) +++ apr/apr/trunk/include/apr_cstr.h Wed Jan 27 21:23:52 2016 @@ -147,7 +147,7 @@ char * apr_cstr_join(const apr_array_hea /** * Perform a case-insensitive comparison of two strings @a atr1 and @a atr2, * treating upper and lower case values of the 26 standard C/POSIX alphabetic - * characters as equivilant. Extended latin characters outside of this set + * characters as equivalent. Extended latin characters outside of this set * are treated as unique octets, irrespective of the current locale. * * Returns in integer greater than, equal to, or less than 0, @@ -161,7 +161,7 @@ int apr_cstr_casecmp(const char *str1, c /** * Perform a case-insensitive comparison of two strings @a atr1 and @a atr2, * treating upper and lower case values of the 26 standard C/POSIX alphabetic - * characters as equivilant. Extended latin characters outside of this set + * characters as equivalent. Extended latin characters outside of this set * are treated as unique octets, irrespective of the current locale. * * Returns in integer greater than, equal to, or less than 0,