diff --git a/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/apis/ForgotPassword.php b/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/apis/ForgotPassword.php
index 7a92706e2236603052ff5ee7104e4b8afadaccff..4d244bfc839bcc935be9d811112b45e8521147f1 100644
--- a/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/apis/ForgotPassword.php
+++ b/pkg/vtiger/modules/CustomerPortal/modules/CustomerPortal/apis/ForgotPassword.php
@@ -80,7 +80,7 @@ class CustomerPortal_ForgotPassword extends CustomerPortal_API_Abstract {
 			$response->setError('1412', 'Invalid email');
 		}
 
-		return $neutralResponse ? $neturalResponse : $response;
+		return $neutralResponse ? $neutralResponse : $response;
 	}
 
 	function authenticatePortalUser($username, $password) {