From 4e1b298a42847bfa3afff87dc6707bd3f474eb00 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Mon, 29 Dec 2014 14:16:25 -0600 Subject: [PATCH] Corrected spelling error in comment --- public/js/controllers/rootCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/controllers/rootCtrl.js b/public/js/controllers/rootCtrl.js index cbce9d31fb..eab6ac66fa 100644 --- a/public/js/controllers/rootCtrl.js +++ b/public/js/controllers/rootCtrl.js @@ -236,7 +236,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$ $scope.spell = null; } - // Becuase our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't + // Because our angular-ui-router uses anchors for urls (/#/options/groups/party), window.location.href=... won't // reload the page. Perform manually. $rootScope.hardRedirect = function(url){ window.location.href = url;