This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-scxml.git
The following commit(s) were added to refs/heads/master by this push: new 2a68753 Fix spelling 2a68753 is described below commit 2a687532d0615581b3e1852237537d7f8b1bf979 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Oct 7 10:39:47 2022 -0400 Fix spelling --- src/main/java/org/apache/commons/scxml2/NotificationRegistry.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/scxml2/NotificationRegistry.java b/src/main/java/org/apache/commons/scxml2/NotificationRegistry.java index 10a1697..2edf281 100644 --- a/src/main/java/org/apache/commons/scxml2/NotificationRegistry.java +++ b/src/main/java/org/apache/commons/scxml2/NotificationRegistry.java @@ -119,7 +119,7 @@ public final class NotificationRegistry { } /** - * Inform all relevant listeners of a transition that has occured. + * Inform all relevant listeners of a transition that has occurred. * * @param source The Observable * @param from The source EnterableState