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 8fe9e3f  Javadoc: Fix spelling
8fe9e3f is described below

commit 8fe9e3f9b4c59ebb357f1d823bbbff34bdade33d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 8 14:08:22 2024 -0500

    Javadoc: Fix spelling
---
 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 3acb885..d2baefa 100644
--- a/src/main/java/org/apache/bsf/BSF_Log.java
+++ b/src/main/java/org/apache/bsf/BSF_Log.java
@@ -27,7 +27,7 @@ import java.lang.reflect.*;
  * available, then this class is used to get an 
<code>org.apache.commons.logging.Log</code> instance to which to 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> 
behavior
- * is employed, modelled after 
<code>org.apache.commons.logging.impl.NoOpLog</code>.
+ * is employed, modeled after 
<code>org.apache.commons.logging.impl.NoOpLog</code>.
  * 
  */
 

Reply via email to