diff --git a/org.jgrapes.core/src/org/jgrapes/core/annotation/Handler.java b/org.jgrapes.core/src/org/jgrapes/core/annotation/Handler.java index ea3ef3ca901..09d67587948 100644 --- a/org.jgrapes.core/src/org/jgrapes/core/annotation/Handler.java +++ b/org.jgrapes.core/src/org/jgrapes/core/annotation/Handler.java @@ -118,7 +118,7 @@ * derived class, the annotation is overwritten as well. The * annotated method of the base class is no longer invoked as * handler and the method of the derived class is only invoked - * as hanler if it defines its own handler annotation. + * as handler if it defines its own handler annotation. * * @see Component#channel() */