diff --git a/code/MathSpamProtectorField.php b/code/MathSpamProtectorField.php index 7566f73..6db5d36 100644 --- a/code/MathSpamProtectorField.php +++ b/code/MathSpamProtectorField.php @@ -1,4 +1,5 @@ get('MathSpamProtectorField', 'enabled')) { @@ -71,8 +72,8 @@ class MathSpamProtectorField extends TextField } /** - * Validates the value submitted by the user with the one saved into the - * {@link Session} and then notify callback object with the spam checking + * Validates the value submitted by the user with the one saved into the + * {@link Session} and then notify callback object with the spam checking * result. * * @return bool @@ -126,7 +127,7 @@ class MathSpamProtectorField extends TextField } /** - * Checks the given answer if it matches the addition of the saved session + * Checks the given answer if it matches the addition of the saved session * variables. * * Users can answer using words or digits.