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/07/08 23:00:20 UTC

[13/28] git commit: Spelling: failed

Spelling: failed


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

Branch: refs/heads/master
Commit: a3ed2640cff8741784e3ab2add9298011c6fdb2d
Parents: 0334ac1
Author: Josh Soref <js...@rim.com>
Authored: Tue Jun 18 15:51:29 2013 -0400
Committer: Josh Soref <js...@rim.com>
Committed: Tue Jun 18 19:03:34 2013 -0400

----------------------------------------------------------------------
 lib/client/ui/plugins/settings-dialog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ripple/blob/a3ed2640/lib/client/ui/plugins/settings-dialog.js
----------------------------------------------------------------------
diff --git a/lib/client/ui/plugins/settings-dialog.js b/lib/client/ui/plugins/settings-dialog.js
index 58bff89..21a5330 100644
--- a/lib/client/ui/plugins/settings-dialog.js
+++ b/lib/client/ui/plugins/settings-dialog.js
@@ -506,7 +506,7 @@ _self = {
                 poll(resp);
             },
             function (error) {
-                var message = "Build request failded with message: " + error.data;
+                var message = "Build request failed with message: " + error.data;
 
                 if (error.code === 0 || error.code === 404) {
                     message += "<br>This could be due to the Build and Deploy services not running or not being installed";