diff --git a/Converter.php b/Converter.php index 2abb901..55aaaa0 100644 --- a/Converter.php +++ b/Converter.php @@ -58,7 +58,7 @@ class MySQLConverterTool_Converter { * Scanner state constant * * @const - * @access protectd + * @access protected */ const STATE_FUNC_FOUND = 'func_found'; @@ -933,4 +933,4 @@ class MySQLConverterTool_Converter { } } -?> \ No newline at end of file +?>