From 0c3de436ca449531bbf8337544722d6ac1d0ac1c Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 9 Feb 2015 15:35:47 -0500 Subject: [PATCH] typo --- src/js/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/popup.js b/src/js/popup.js index 665aaa939..2436176ab 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -544,7 +544,7 @@ var reloadTab = function() { // there were changes or not. popupData.contentLastModified = -1; - // No need to wait to remvoe this. + // No need to wait to remove this. uDom('body').toggleClass('dirty', false); };