diff --git a/WordPress/AbstractValidSlugSniff.php b/WordPress/AbstractValidSlugSniff.php index 0b56e47ad..881668e17 100644 --- a/WordPress/AbstractValidSlugSniff.php +++ b/WordPress/AbstractValidSlugSniff.php @@ -143,7 +143,7 @@ public function register() { /** * Process the parameter of a matched function. * - * Errors on invalid names when reserved keywords are used, + * Errors on invalid names when reserved names are used, * the name is too long, or contains invalid characters. * * @param int $stackPtr The position of the current token in the stack.