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