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:02 UTC

[02/17] git commit: Spelling: [Code Fix] status

Spelling: [Code Fix] status


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

Branch: refs/heads/next
Commit: 21843f2270a5fbc19125db0a0765c4c79422306e
Parents: 6b92b52
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 16:43:42 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:28 2013 -0400

----------------------------------------------------------------------
 lib/server/proxy.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/21843f22/lib/server/proxy.js
----------------------------------------------------------------------
diff --git a/lib/server/proxy.js b/lib/server/proxy.js
index d2ee2f8..2419920 100644
--- a/lib/server/proxy.js
+++ b/lib/server/proxy.js
@@ -124,7 +124,7 @@ function jsonpXHRProxyHandler(req, res/*, next*/) {
     proxy(req, res, function callback(response, body) {
         var reqData = {
             headers: response.headers,
-            status: response.satusCode,
+            status: response.statusCode,
             response: body
         };