You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/08/24 23:57:39 UTC

[27/50] [abbrv] js commit: Spelling: e.g.

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 <js...@rim.com>
Authored: Tue Aug 14 17:28:42 2012 -0400
Committer: Anis Kadri <an...@gmail.com>
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.
  */