Skip to content

Commit 0b6214c

Browse files
committed
Normalize spelling
1 parent e2ba9e9 commit 0b6214c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public void testDefaultTransformersMap() {
365365
}
366366

367367
/**
368-
* Test that the cause of exception thrown by clear() is initialised.
368+
* Test that the cause of exception thrown by clear() is initialized.
369369
*/
370370
public void testExceptionThrowFromClear() {
371371
try {
@@ -386,7 +386,7 @@ public void testExceptionThrowFromClear() {
386386
}
387387

388388
/**
389-
* Test that the cause of exception thrown by a clone() is initialised.
389+
* Test that the cause of exception thrown by a clone() is initialized.
390390
*/
391391
public void testExceptionThrowFromClone() {
392392
// Test cloning a non-public bean (instantiation exception)

0 commit comments

Comments
 (0)