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

[11/17] git commit: Spelling: dynamically

Spelling: dynamically


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

Branch: refs/heads/next
Commit: 0334ac18ace12db6f5c03f578cedb88fdf88e2c8
Parents: 59ed2db
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 15:48:29 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:34 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/0334ac18/lib/server/emulate.js
----------------------------------------------------------------------
diff --git a/lib/server/emulate.js b/lib/server/emulate.js
index b6df0a0..d59a7fa 100644
--- a/lib/server/emulate.js
+++ b/lib/server/emulate.js
@@ -40,7 +40,7 @@ module.exports = {
 
         app = proxy.start({route: options.route}, app);
 
-        // TODO does not work with custom route (since ripple does not dynamicaly know custom ones, yet, if set)
+        // TODO does not work with custom route (since ripple does not dynamically know custom ones, yet, if set)
         app.post("/ripple/user-agent", function (req, res/*, next*/) {
             res.send(200);