Update Converter.php

Fixed typo
This commit is contained in:
Matt 2016-12-30 01:42:49 +00:00 committed by GitHub
parent f53cb46d36
commit 51d54a3119
1 changed files with 2 additions and 2 deletions

View File

@ -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 {
}
}
?>
?>