This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/1.X by this push:
     new 1ada1cfc Javadoc: Fix spelling
1ada1cfc is described below

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

    Javadoc: Fix spelling
---
 src/main/java/org/apache/commons/beanutils/ConstructorUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java 
b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
index 42743f73..9fcc18ab 100644
--- a/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
+++ b/src/main/java/org/apache/commons/beanutils/ConstructorUtils.java
@@ -22,7 +22,7 @@ import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Modifier;
 
 /**
- * <p>Utility reflection methods focussed on constructors, modelled after 
{@link MethodUtils}.</p>
+ * <p>Utility reflection methods focused on constructors, modeled after {@link 
MethodUtils}.</p>
  *
  * <strong>Known Limitations: Accessing Public Constructors In A Default 
Access Superclass</strong>
  * <p>There is an issue when invoking public constructors contained in a 
default access superclass.

Reply via email to