diff --git a/grammar/kmyacc.php.parser b/grammar/kmyacc.php.parser index 1f42c75..ca43a18 100644 --- a/grammar/kmyacc.php.parser +++ b/grammar/kmyacc.php.parser @@ -9,10 +9,10 @@ $meta # /* This is an automatically GENERATED file, which should not be manually edited. * Instead edit one of the following: * * the grammar file grammar/zend_language_parser.phpy - * * the parser sceleton grammar/kymacc.php.parser + * * the parser skeleton grammar/kymacc.php.parser * * the preprocessing script grammar/rebuildParser.php * - * The sceleton for this parser was written by Moriyoshi Koizumi and is based on + * The skeleton for this parser was written by Moriyoshi Koizumi and is based on * the work by Masato Bito and is in the PUBLIC DOMAIN. */ #if -t diff --git a/lib/PHPParser/Parser.php b/lib/PHPParser/Parser.php index e83694c..387939b 100644 --- a/lib/PHPParser/Parser.php +++ b/lib/PHPParser/Parser.php @@ -3,10 +3,10 @@ /* This is an automatically GENERATED file, which should not be manually edited. * Instead edit one of the following: * * the grammar file grammar/zend_language_parser.phpy - * * the parser sceleton grammar/kymacc.php.parser + * * the parser skeleton grammar/kymacc.php.parser * * the preprocessing script grammar/rebuildParser.php * - * The sceleton for this parser was written by Moriyoshi Koizumi and is based on + * The skeleton for this parser was written by Moriyoshi Koizumi and is based on * the work by Masato Bito and is in the PUBLIC DOMAIN. */ class PHPParser_Parser