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 62F8CF161 for ; Sat, 30 Mar 2013 17:46:46 +0000 (UTC) Received: (qmail 74477 invoked by uid 500); 30 Mar 2013 17:46:46 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 74440 invoked by uid 500); 30 Mar 2013 17:46:46 -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 74429 invoked by uid 99); 30 Mar 2013 17:46:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Mar 2013 17:46:46 +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; Sat, 30 Mar 2013 17:46:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 03921238889B; Sat, 30 Mar 2013 17:46:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1462813 - in /apr/apr/trunk: Makefile.win test/Makefile.win Date: Sat, 30 Mar 2013 17:46:22 -0000 To: commits@apr.apache.org From: trawick@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130330174623.03921238889B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: trawick Date: Sat Mar 30 17:46:22 2013 New Revision: 1462813 URL: http://svn.apache.org/r1462813 Log: spelling fix Modified: apr/apr/trunk/Makefile.win apr/apr/trunk/test/Makefile.win Modified: apr/apr/trunk/Makefile.win URL: http://svn.apache.org/viewvc/apr/apr/trunk/Makefile.win?rev=1462813&r1=1462812&r2=1462813&view=diff ============================================================================== --- apr/apr/trunk/Makefile.win (original) +++ apr/apr/trunk/Makefile.win Sat Mar 30 17:46:22 2013 @@ -7,7 +7,7 @@ # install - compile everything # clean - mop up everything # -# You can override the build mechansim, choose only one; +# You can override the build mechanism, choose only one; # # USEMAK=1 - compile from exported make files # USEDSW=1 - compile from .dsw / .dsp VC6 projects Modified: apr/apr/trunk/test/Makefile.win URL: http://svn.apache.org/viewvc/apr/apr/trunk/test/Makefile.win?rev=1462813&r1=1462812&r2=1462813&view=diff ============================================================================== --- apr/apr/trunk/test/Makefile.win (original) +++ apr/apr/trunk/test/Makefile.win Sat Mar 30 17:46:22 2013 @@ -10,7 +10,7 @@ # or with special parameters # TESTALL_COMPONENTS # programs such as globalmutexchild which the various TESTS will invoke -# to validate process creation, pipes, dso mechansims and so forth +# to validate process creation, pipes, dso mechanisms and so forth # Windows Specific; # MODEL