You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by gt...@apache.org on 2013/03/11 16:11:04 UTC

[36/50] [abbrv] git commit: There were some minor spelling errors (in comments).

There were some minor spelling errors (in comments).


Project: http://git-wip-us.apache.org/repos/asf/incubator-ripple/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ripple/commit/0827adf8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ripple/tree/0827adf8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ripple/diff/0827adf8

Branch: refs/heads/master
Commit: 0827adf8a6b19455782e5f35f5abe84e72adffb6
Parents: c52be48
Author: Brent Lintner <br...@gmail.com>
Authored: Thu Feb 14 10:59:06 2013 -0500
Committer: Brent Lintner <br...@gmail.com>
Committed: Thu Feb 14 10:59:06 2013 -0500

----------------------------------------------------------------------
 lib/client/index.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/0827adf8/lib/client/index.js
----------------------------------------------------------------------
diff --git a/lib/client/index.js b/lib/client/index.js
index 5847773..0f02251 100644
--- a/lib/client/index.js
+++ b/lib/client/index.js
@@ -30,7 +30,7 @@ var omgwtf = ripple('omgwtf'),
     _self;
 
 function checkForRepeatReload() {
-    //some pages try to break out of our iFrame, causing an infinit loop
+    //some pages try to break out of our iFrame, causing an infinite loop
     //This handles that scenario gracefully
 
     var time = new Date().getTime(),
@@ -54,7 +54,7 @@ function checkForRepeatReload() {
     window.localStorage['ripple-last-load'] = JSON.stringify(lastLoad);
 }
 
- // TODO: Move this somewher else, whatever, not here
+ // TODO: Move this somewhere else, whatever, not here
 function setUserAgent(prev, baton) {
     // Hackish.. but this means Chrome Extension is running, so don't POST user agent
     if (document.getElementById("tinyhippos-injected")) {