Index: trunk/wb/modules/form/view.php
===================================================================
--- trunk/wb/modules/form/view.php	(revision 280)
+++ trunk/wb/modules/form/view.php	(revision 281)
@@ -275,7 +275,7 @@
 			}
 		}
 	}
-	if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
+	if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
 	
 	// Addslashes to email body - proposed by Icheb in topic=1170.0
 	// $email_body = $wb->add_slashes($email_body);
Index: trunk/wb/modules/news/submit_comment.php
===================================================================
--- trunk/wb/modules/news/submit_comment.php	(revision 280)
+++ trunk/wb/modules/news/submit_comment.php	(revision 281)
@@ -49,7 +49,7 @@
 			exit(header('Location: '.WB_URL.'/modules/news/comment.php?id='.$_GET['post_id']));
 		}
 	}
-	if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
+	if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
 	
 	// Insert the comment into db
 	$page_id = $_GET['page_id'];
Index: trunk/wb/account/signup2.php
===================================================================
--- trunk/wb/account/signup2.php	(revision 280)
+++ trunk/wb/account/signup2.php	(revision 281)
@@ -68,7 +68,7 @@
 		$wb->print_error($MESSAGE['MOD_FORM']['INCORRECT_CAPTCHA'], $js_back, false);
 	}
 }
-if(isset($_SESSION['catpcha'])) { unset($_SESSION['captcha']); }
+if(isset($_SESSION['captcha'])) { unset($_SESSION['captcha']); }
 
 // Generate a random password then update the database with it
 $new_pass = '';
