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

[22/23] js commit: Spelling: omit

Spelling: omit


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/6488209b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/6488209b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/6488209b

Branch: refs/heads/master
Commit: 6488209b502b3ab6925c988e9a3bef6a381a2917
Parents: 58c5350
Author: Josh Soref <js...@rim.com>
Authored: Tue Aug 14 17:24:42 2012 -0400
Committer: Tim Kim <ti...@nitobi.com>
Committed: Thu Aug 23 17:56:11 2012 -0700

----------------------------------------------------------------------
 .jshintrc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/6488209b/.jshintrc
----------------------------------------------------------------------
diff --git a/.jshintrc b/.jshintrc
index 2fa61bc..8c02971 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -105,7 +105,7 @@
   "multistr": false,
   // If line breaks should not be checked around commas.
   "laxcomma": false,
-  // If semicolons may be ommitted for the trailing statements inside of a
+  // If semicolons may be omitted for the trailing statements inside of a
   // one-line blocks.
   "lastsemic": false,
   // If the `__iterator__` property should be allowed.