From 102cec258bab437bee7b9249611ed0300b70a0ab Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 7 Nov 2014 12:12:11 +0000 Subject: [PATCH] Typo in comment. --- 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 0018509..00716bc 100644 --- a/src/mkws-core.js +++ b/src/mkws-core.js @@ -462,7 +462,7 @@ mkws.log("Using window.name '" + window.name + "'"); // This is the old version, which works by telling jQuery to // find every node that has a class beginning with "mkws". In // theory it should be slower than the class-based selector; but - // instrumentation suprisnigly shows this is consistently + // instrumentation suprisingly shows this is consistently // faster. It also has the advantage that any widgets of // non-registered types are logged as warnings rather than // silently ignored. -- 1.7.10.4