From 414e9ae5ece62254a79be2070276c59245ef7546 Mon Sep 17 00:00:00 2001 From: TheGreenHabi Date: Thu, 29 Jan 2015 20:37:42 +0200 Subject: [PATCH] Fix comment typo in utils.coffee mearues -> measures --- extension/lib/utils.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/lib/utils.coffee b/extension/lib/utils.coffee index 68a860d..78104c3 100644 --- a/extension/lib/utils.coffee +++ b/extension/lib/utils.coffee @@ -210,7 +210,7 @@ writeToClipboard = (text) -> .getService(Ci.nsIClipboardHelper) clipboardHelper.copyString(text) -# Executes function `func` and mearues how much time it took. +# Executes function `func` and measures how much time it took. timeIt = (func, name) -> console.time(name) result = func() -- 2.39.3