Skip to content

Commit 05def29

Browse files
committed
Fix typos in comments
1 parent e100d7b commit 05def29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/scxml2/EventDispatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public interface EventDispatcher {
4040
* it is 'attached' to.
4141
* To support easy setup and configuration of an invoked child statemachine (see {@link Invoker})
4242
* the EventDispatcher provides this newInstnace method to allow creating a new instance without sharing its
43-
* internal state..
43+
* internal state.
4444
* @return a new EventDispatcher instance for usage in an invoked child statemachine.
4545
*/
4646
EventDispatcher newInstance();

0 commit comments

Comments
 (0)