You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/11/20 22:04:41 UTC

[commons-scxml] branch master updated: Normalize spelling of 'Initialize'.

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 bb34cd3  Normalize spelling of 'Initialize'.
bb34cd3 is described below

commit bb34cd3ac90ce8b5376eaaacef2076a295a01685
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 20 17:04:36 2020 -0500

    Normalize spelling of 'Initialize'.
---
 src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java b/src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java
index 0132142..8e257d6 100644
--- a/src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java
+++ b/src/main/java/org/apache/commons/scxml2/env/javascript/JSBindings.java
@@ -33,7 +33,7 @@ public class JSBindings implements Bindings {
     private JSContext  context;
 
     /**
-     * Initialise the Bindings
+     * Initialize the Bindings
      *
      * @param jsContext initial SCXML Context to use for script variables.
      *