From 1da1413b15e680417fcf80d514f1f3349bb685e7 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Wed, 8 Feb 2012 00:30:29 +0100 Subject: [PATCH] Typo. --- 4chan_x.user.js | 2 +- script.coffee | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.