Commit 8b185bf5b38556e0f3a70c52871c785e0620af4e
1 parent
bdce0982
Exists in
master
and in
37 other branches
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Tools/IHMParamManagerClass.php
... | ... | @@ -837,7 +837,7 @@ class IHMParamManagerClass |
837 | 837 | |
838 | 838 | if ($crtExpressionNode->getAttribute('success') != "true") { |
839 | 839 | unlink($resultFilePath); |
840 | - return array('success' => FALSE, 'message' => 'Synthax error in expression '.$expression); | |
840 | + return array('success' => FALSE, 'message' => 'Syntax error in expression '.$expression); | |
841 | 841 | } |
842 | 842 | |
843 | 843 | $kernelExpressionNodes = $crtExpressionNode->getElementsByTagName('kernel'); |
... | ... |