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

[14/17] git commit: Spelling: hamster

Spelling: hamster


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

Branch: refs/heads/next
Commit: 90b94b55440df4bd6b0c367eeb95ccdbc92bc408
Parents: a3ed264
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 16:07:50 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:35 2013 -0400

----------------------------------------------------------------------
 test/unit/client/platform.builder.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/90b94b55/test/unit/client/platform.builder.js
----------------------------------------------------------------------
diff --git a/test/unit/client/platform.builder.js b/test/unit/client/platform.builder.js
index a084e0a..95acdab 100644
--- a/test/unit/client/platform.builder.js
+++ b/test/unit/client/platform.builder.js
@@ -165,7 +165,7 @@ describeBrowser("platform builder", function () {
 
         spyOn(app, "getInfo").andReturn({
             features: {
-                hampsters: {}
+                hamsters: {}
             }
         });
 
@@ -174,7 +174,7 @@ describeBrowser("platform builder", function () {
                 feature: "chickens",
                 children: {
                     bar: {
-                        feature: "hampsters"
+                        feature: "hamsters"
                     }
                 }
             }
@@ -197,7 +197,7 @@ describeBrowser("platform builder", function () {
                 feature: "chickens",
                 children: {
                     Smith: {
-                        feature: "hampsters"
+                        feature: "hamsters"
                     }
                 }
             }