From be43f44e3376dc3e5aeb680d30973693517ab339 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 15 Nov 2001 16:35:09 +0000 Subject: [PATCH] Email form - free with purchase of any two other items git-svn-id: file:///svn/phpbb/trunk@1317 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index 00c90d3055..375232da0c 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -2717,7 +2717,7 @@ $template->assign_vars(array( "L_MESSAGE_BODY" => $lang['Message_body'], "L_OPTIONS" => $lang['Options'], "L_PREVIEW" => $lang['Preview'], - "L_SPELLCHECK" => $lang['Specllcheck'], + "L_SPELLCHECK" => $lang['Spellcheck'], "L_SUBMIT" => $lang['Submit_post'], "L_CANCEL" => $lang['Cancel_post'], "L_CONFIRM_DELETE" => $lang['Confirm_delete'],