diff --git a/4chan_x.user.js b/4chan_x.user.js index 65d0f37b6..700c55e54 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1545,7 +1545,7 @@ case 0: return 'Verification (Shift + Enter to cache)'; case 1: - return 'Vertification (1 cached captcha)'; + return 'Verification (1 cached captcha)'; default: return "Verification (" + count + " cached captchas)"; } diff --git a/script.coffee b/script.coffee index 31bd22d10..b0f44e665 100644 --- a/script.coffee +++ b/script.coffee @@ -1154,7 +1154,7 @@ qr = when 0 'Verification (Shift + Enter to cache)' when 1 - 'Vertification (1 cached captcha)' + 'Verification (1 cached captcha)' else "Verification (#{count} cached captchas)" @input.alt = count # For XTRM RICE.