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 0b6214cc Normalize spelling
0b6214cc is described below
commit 0b6214ccc4f1d3ae91e6c15fa6dd77c156c7f5a4
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jan 27 10:08:23 2025 -0500
Normalize spelling
---
src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
b/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
index 12759999..ee9f1187 100644
--- a/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
+++ b/src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
@@ -365,7 +365,7 @@ public class BeanMapTestCase extends AbstractTestMap {
}
/**
- * Test that the cause of exception thrown by clear() is initialised.
+ * Test that the cause of exception thrown by clear() is initialized.
*/
public void testExceptionThrowFromClear() {
try {
@@ -386,7 +386,7 @@ public class BeanMapTestCase extends AbstractTestMap {
}
/**
- * Test that the cause of exception thrown by a clone() is initialised.
+ * Test that the cause of exception thrown by a clone() is initialized.
*/
public void testExceptionThrowFromClone() {
// Test cloning a non-public bean (instantiation exception)