diff --git a/Utils/Parser/Php/FunctionParser.php b/Utils/Parser/Php/FunctionParser.php index 360c74401..9d2865417 100644 --- a/Utils/Parser/Php/FunctionParser.php +++ b/Utils/Parser/Php/FunctionParser.php @@ -162,7 +162,7 @@ class FunctionParser $member .= 'static '; } - $member .= 'fucntion ' . $this->name . '('; + $member .= 'function ' . $this->name . '('; $parameters = ''; foreach($this->parameters as $name => $para) {