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 9BF87CA42 for ; Thu, 24 May 2012 09:57:52 +0000 (UTC) Received: (qmail 21857 invoked by uid 500); 24 May 2012 09:57:52 -0000 Delivered-To: apmail-subversion-commits-archive@subversion.apache.org Received: (qmail 21769 invoked by uid 500); 24 May 2012 09:57:52 -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 21755 invoked by uid 99); 24 May 2012 09:57:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2012 09:57:51 +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; Thu, 24 May 2012 09:57:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 9167D2388962; Thu, 24 May 2012 09:57:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1342183 - /subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Date: Thu, 24 May 2012 09:57:28 -0000 To: commits@subversion.apache.org From: danielsh@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120524095728.9167D2388962@eris.apache.org> Author: danielsh Date: Thu May 24 09:57:28 2012 New Revision: 1342183 URL: http://svn.apache.org/viewvc?rev=1342183&view=rev Log: * subversion/tests/libsvn_wc/wc-queries-test.c (test_sqlite_version): Grammar tweak. Modified: subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Modified: subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c?rev=1342183&r1=1342182&r2=1342183&view=diff ============================================================================== --- subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c (original) +++ subversion/trunk/subversion/tests/libsvn_wc/wc-queries-test.c Thu May 24 09:57:28 2012 @@ -189,7 +189,7 @@ test_sqlite_version(apr_pool_t *scratch_ return svn_error_create(SVN_ERR_TEST_FAILED, NULL, "Sqlite upgrade recommended:\n" "****************************************************************\n" - "* Subversion needs at least Sqlite 3.7.9 to work optimal *\n" + "* Subversion needs at least SQLite 3.7.9 to work optimally *\n" "* *\n" "* With older versions, at least some queries that are expected *\n" "* to be using an index are not. This makes some operations use *\n"