Merge pull request #1 from mbuk/patch-1

Update Converter.php
This commit is contained in:
Rahmani Saif El Moulouk 2016-12-30 02:46:59 +01:00 committed by GitHub
commit 77d35ef276
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 {
}
}
?>
?>