You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ripple.apache.org by br...@apache.org on 2013/06/25 22:04:15 UTC

[15/17] git commit: Spelling: response

Spelling: response


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

Branch: refs/heads/next
Commit: 9cf11e511528ab36e37f9a70b8bb36e6fb0e7d5f
Parents: 9127f3b
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 16:42:28 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:36 2013 -0400

----------------------------------------------------------------------
 lib/client/xhr/base.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/9cf11e51/lib/client/xhr/base.js
----------------------------------------------------------------------
diff --git a/lib/client/xhr/base.js b/lib/client/xhr/base.js
index f478b89..1674a96 100644
--- a/lib/client/xhr/base.js
+++ b/lib/client/xhr/base.js
@@ -44,7 +44,7 @@ function _writeable(obj) {
 
     // need prototypes
     for (key in obj) {
-        //HACK: don't even know what to say bout this, resonseBlob can go fly a kite: related to this issue:
+        //HACK: don't even know what to say bout this, responseBlob can go fly a kite: related to this issue:
         //https://github.com/blackberry/Ripple-UI/issues/394
         if (key !== "responseBlob" && typeof obj[key] === "function") {
             newObj[key] = _handle(obj, key);