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 258a19c4 Javadoc: Fix spelling
258a19c4 is described below
commit 258a19c4ad7ce0d851feda524e6d40574e6a04e6
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Dec 8 14:10:59 2024 -0500
Javadoc: Fix spelling
---
src/main/java/org/apache/commons/beanutils/package-info.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/beanutils/package-info.java
b/src/main/java/org/apache/commons/beanutils/package-info.java
index 7a812a0a..1d0bf13a 100644
--- a/src/main/java/org/apache/commons/beanutils/package-info.java
+++ b/src/main/java/org/apache/commons/beanutils/package-info.java
@@ -827,7 +827,7 @@
*
* <p>The <code>BeanUtils</code> class relies on conversion methods defined in
* the {@link org.apache.commons.beanutils.ConvertUtils} class to perform the
actual
- * conversions, and these methods are availablve for direct use as well.
+ * conversions, and these methods are available for direct use as well.
* <strong>WARNING</strong> - It is likely that the hard coded use of
* <code>ConvertUtils</code> methods will be deprecated in the future, and
* replaced with a mechanism that allows you to plug in your own
implementations