From 867531e90782b1af6324d9b36449c0e33a2ccced Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 26 Mar 2014 11:27:39 +0000 Subject: [PATCH] Comment typo. --- src/mkws-core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkws-core.js b/src/mkws-core.js index eb498c3..e353e6c 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -162,7 +162,7 @@ if (mkws_config == null || typeof mkws_config != 'object') { // The following functions are dispatchers for team methods that - // are called from the UI using a te3am-name rather than implicit + // are called from the UI using a team-name rather than implicit // context. mkws.switchView = function(tname, view) { mkws.teams[tname].switchView(view); -- 1.7.10.4