From eabe2dae7dd47ed35ab72008837ed8705e2919cd Mon Sep 17 00:00:00 2001 From: nexushoratio Date: Sun, 5 Jan 2014 17:34:34 -0800 Subject: [PATCH] Minor grammar tweak. --- plugins/broken/ap-list.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/broken/ap-list.user.js b/plugins/broken/ap-list.user.js index 87cc5b08..67990442 100644 --- a/plugins/broken/ap-list.user.js +++ b/plugins/broken/ap-list.user.js @@ -133,7 +133,7 @@ window.plugin.apList.getPortalDestroyCheckbox = function(portal) { window.plugin.apList.getCheckbox = function(onClick, addedClass, content) { // 2 div for centering checkbox horizontally and vertically, - // click event on outest div for people with not so good aiming + // click event on most outer div for people with not so good aiming var div = '
' + '
' + (content || '')