aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-27 13:19:06 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-27 13:19:06 +0000
commitf0820bc4426983ec7ef64e4ae7684020464fe6dc (patch)
tree76bc78d1f11bfee88ade390e9e27fc9b87b6da16 /phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
parent9795ceef149fe5772c1619f8940ecd26c950b9cc (diff)
downloadforums-f0820bc4426983ec7ef64e4ae7684020464fe6dc.tar
forums-f0820bc4426983ec7ef64e4ae7684020464fe6dc.tar.gz
forums-f0820bc4426983ec7ef64e4ae7684020464fe6dc.tar.bz2
forums-f0820bc4426983ec7ef64e4ae7684020464fe6dc.tar.xz
forums-f0820bc4426983ec7ef64e4ae7684020464fe6dc.zip
typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9874 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
index 9a2cc11ebd..3ad58851b4 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -156,7 +156,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
{
$hidden_fields = array();
- // this is required for postig.php - otherwise we would forget about the captcha being already solved
+ // this is required for posting.php - otherwise we would forget about the captcha being already solved
if ($this->solved)
{
$hidden_fields['confirm_code'] = $this->confirm_code;