diff --git a/src/net/sourceforge/plantuml/tim/expression/ReversePolishInterpretor.java b/src/net/sourceforge/plantuml/tim/expression/ReversePolishInterpretor.java index 6b22481a5..c29ad70ce 100644 --- a/src/net/sourceforge/plantuml/tim/expression/ReversePolishInterpretor.java +++ b/src/net/sourceforge/plantuml/tim/expression/ReversePolishInterpretor.java @@ -95,7 +95,7 @@ public class ReversePolishInterpretor { if (trace) System.err.println("function=" + function); if (function == null) { - throw EaterException.unlocated("Unknow built-in function " + token2.getSurface()); + throw EaterException.unlocated("Unknown built-in function " + token2.getSurface()); } if (function.canCover(nb, Collections.emptySet()) == false) { throw EaterException