Explorar o código

Fixed typos in error message

Yentl Van Tendeloo %!s(int64=8) %!d(string=hai) anos
pai
achega
b48429df8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/python_sccd/python_sccd_compiler/state_linker.py

+ 1 - 1
src/python_sccd/python_sccd_compiler/state_linker.py

@@ -101,7 +101,7 @@ class StateLinker(Visitor):
                         current_node = child
                         break
                 if not found :
-                    raise StateReferenceException("Refering to non exiting node " + cname + " at posisition " + str(token.pos) + " in state reference.")
+                    raise StateReferenceException("Refering to non existing node " + cname + " at position " + str(token.pos) + " in state reference.")
             elif token.type == TokenType.LBRACKET :
                 split_stack.append(current_node)
             elif token.type == TokenType.RBRACKET :