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/12/17 17:14:28 UTC

[commons-bsf] branch master updated: Normalize spelling to US English in comments.

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-bsf.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b3f291  Normalize spelling to US English in comments.
6b3f291 is described below

commit 6b3f291133d9f85feb9e3e0a9d1d80dbb9ab03e5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 12:14:24 2020 -0500

    Normalize spelling to US English in comments.
---
 src/main/java/org/apache/bsf/BSF_Log.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/bsf/BSF_Log.java b/src/main/java/org/apache/bsf/BSF_Log.java
index 3edaf89..46d05c0 100644
--- a/src/main/java/org/apache/bsf/BSF_Log.java
+++ b/src/main/java/org/apache/bsf/BSF_Log.java
@@ -28,7 +28,7 @@ import  java.lang.reflect.*;
  * forward the message.
 
  *  Therefore, if Apache's common logging is available, then it is employed.
- * If Apache's commons logging is <em>not</em> available then a <em>no-op</em> behaviour
+ * If Apache's commons logging is <em>not</em> available then a <em>no-op</em> behavior
  is employed, modelled after <code>org.apache.commons.logging.impl.NoOpLog</code>.
 
    @author Rony G. Flatscher, 2006-12-08