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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 834329a4 Fix spelling
834329a4 is described below
commit 834329a454287644aff53a428b4b9fdd17e7772b
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Tue Oct 31 06:30:05 2023 -0400
Fix spelling
---
src/examples/ProxyCreator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/examples/ProxyCreator.java b/src/examples/ProxyCreator.java
index 85c22afe..4f80fbcf 100644
--- a/src/examples/ProxyCreator.java
+++ b/src/examples/ProxyCreator.java
@@ -34,7 +34,7 @@ import org.apache.bcel.generic.PUSH;
import org.apache.bcel.generic.Type;
/**
- * Dynamically creates and uses a proxy for {@code
java.awt.event.ActionListener} via the classloader mechanism if
+ * Dynamically creates and uses a proxy for {@code
java.awt.event.ActionListener} via the class loader mechanism if
* called with
*
* <pre>