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/7be879b8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/7be879b8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/7be879b8 Branch: refs/heads/master Commit: 7be879b8976b5cbdcd7ee6d522cac73ce7a908c0 Parents: b325eea Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:28:42 2012 -0400 Committer: Tim Kim <tim....@nitobi.com> Committed: Thu Aug 23 17:56:44 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/7be879b8/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. */