Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-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 F38F57D3 for ; Fri, 24 Aug 2012 21:57:40 +0000 (UTC) Received: (qmail 1235 invoked by uid 500); 24 Aug 2012 21:57:39 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 1145 invoked by uid 500); 24 Aug 2012 21:57:39 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 729 invoked by uid 99); 24 Aug 2012 21:57:39 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 21:57:39 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 289BA1FD52; Fri, 24 Aug 2012 21:57:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [27/50] [abbrv] js commit: Spelling: e.g. Message-Id: <20120824215739.289BA1FD52@tyr.zones.apache.org> Date: Fri, 24 Aug 2012 21:57:39 +0000 (UTC) Spelling: e.g. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/6f711815 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/6f711815 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/6f711815 Branch: refs/heads/master Commit: 6f711815fd1595d4edd7d007d3144cf9c6159acd Parents: 9195663 Author: Josh Soref Authored: Tue Aug 14 17:28:42 2012 -0400 Committer: Anis Kadri Committed: Fri Aug 24 13:50:01 2012 -0700 ---------------------------------------------------------------------- lib/common/plugin/logger.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/6f711815/lib/common/plugin/logger.js ---------------------------------------------------------------------- diff --git a/lib/common/plugin/logger.js b/lib/common/plugin/logger.js index 62946e9..e16ba39 100644 --- a/lib/common/plugin/logger.js +++ b/lib/common/plugin/logger.js @@ -70,7 +70,7 @@ CurrentLevel = LevelsMap.WARN; * * The value used determines which messages get printed. The logging * values above are in order, and only messages logged at the logging - * level or above will actually be displayed to the user. Eg, the + * level or above will actually be displayed to the user. E.g., the * default level is WARN, so only messages logged with LOG, ERROR, or * WARN will be displayed; INFO and DEBUG messages will be ignored. */