mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
Spelling fix
This commit is contained in:
parent
9f30b1e662
commit
9fbc886553
|
|
@ -162,7 +162,7 @@ class FunctionParser
|
|||
$member .= 'static ';
|
||||
}
|
||||
|
||||
$member .= 'fucntion ' . $this->name . '(';
|
||||
$member .= 'function ' . $this->name . '(';
|
||||
|
||||
$parameters = '';
|
||||
foreach($this->parameters as $name => $para) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user