From 51d54a31190a87c3f95fa64fce193b2af8cc722b Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 30 Dec 2016 01:42:49 +0000 Subject: [PATCH] Update Converter.php Fixed typo --- Converter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>