Skip to content

Commit

Permalink
Evaluator: fix typos of symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed Sep 19, 2023
1 parent 9cc3b01 commit 8f3eb56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DDParsers/include/Evaluator/Evaluator.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ namespace dd4hep {
WARNING_EXISTING_VARIABLE, /**< Redefinition of existing variable */
WARNING_EXISTING_FUNCTION, /**< Redefinition of existing function */
WARNING_BLANK_STRING, /**< Empty input string */
ERROR_NOT_A_NAME, /**< Not allowed sysmbol in the name of variable or function */
ERROR_NOT_A_NAME, /**< Not allowed symbol in the name of variable or function */
ERROR_SYNTAX_ERROR, /**< Syntax error */
ERROR_UNPAIRED_PARENTHESIS, /**< Unpaired parenthesis */
ERROR_UNEXPECTED_SYMBOL, /**< Unexpected sysbol */
ERROR_UNEXPECTED_SYMBOL, /**< Unexpected symbol */
ERROR_UNKNOWN_VARIABLE, /**< Non-existing variable */
ERROR_UNKNOWN_FUNCTION, /**< Non-existing function */
ERROR_EMPTY_PARAMETER, /**< Function call has empty parameter */
Expand Down

0 comments on commit 8f3eb56

Please sign in to comment.