Skip to content

Commit ad1b476

Browse files
committed
fix typos
1 parent 411a2fd commit ad1b476

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/main/java/org/apache/ibatis/builder/InitializingObject.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
package org.apache.ibatis.builder;
1717

1818
/**
19-
* Interface that indicate to provide a initialization method.
19+
* Interface that indicate to provide an initialization method.
2020
*
2121
* @since 3.4.2
2222
* @author Kazuki Shimizu
2323
*/
2424
public interface InitializingObject {
2525

2626
/**
27-
* Initialize a instance.
27+
* Initialize an instance.
2828
* <p>
2929
* This method will be invoked after it has set all properties.
3030
* </p>

src/test/java/org/apache/ibatis/submitted/sptests/SPTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ void testCallWithResultSet1() {
212212
}
213213

214214
/*
215-
* This test shows how to use a input and output parameters and return a
215+
* This test shows how to use an input and output parameters and return a
216216
* result set from a stored procedure.
217217
*
218218
* This test shows using a single value parameter.
@@ -231,7 +231,7 @@ void testCallWithResultSet2() {
231231
}
232232

233233
/*
234-
* This test shows how to use a input and output parameters and return a
234+
* This test shows how to use an input and output parameters and return a
235235
* result set from a stored procedure.
236236
*
237237
* This test shows using a Map parameter.
@@ -256,7 +256,7 @@ void testCallWithResultSet3() {
256256
}
257257

258258
/*
259-
* This test shows how to use a input and output parameters and return a
259+
* This test shows how to use an input and output parameters and return a
260260
* result set from a stored procedure.
261261
*
262262
* This test shows using a Map parameter.
@@ -468,7 +468,7 @@ void testCallWithResultSet1_a2() {
468468
}
469469

470470
/*
471-
* This test shows how to use a input and output parameters and return a
471+
* This test shows how to use an input and output parameters and return a
472472
* result set from a stored procedure.
473473
*
474474
* This test shows using a single value parameter.
@@ -489,7 +489,7 @@ void testCallWithResultSet2_a1() {
489489
}
490490

491491
/*
492-
* This test shows how to use a input and output parameters and return a
492+
* This test shows how to use an input and output parameters and return a
493493
* result set from a stored procedure.
494494
*
495495
* This test shows using a single value parameter.
@@ -511,7 +511,7 @@ void testCallWithResultSet2_a2() {
511511
}
512512

513513
/*
514-
* This test shows how to use a input and output parameters and return a
514+
* This test shows how to use an input and output parameters and return a
515515
* result set from a stored procedure.
516516
*
517517
* This test shows using a Map parameter.
@@ -538,7 +538,7 @@ void testCallWithResultSet3_a1() {
538538
}
539539

540540
/*
541-
* This test shows how to use a input and output parameters and return a
541+
* This test shows how to use an input and output parameters and return a
542542
* result set from a stored procedure.
543543
*
544544
* This test shows using a Map parameter.
@@ -566,7 +566,7 @@ void testCallWithResultSet3_a2() {
566566
}
567567

568568
/*
569-
* This test shows how to use a input and output parameters and return a
569+
* This test shows how to use an input and output parameters and return a
570570
* result set from a stored procedure.
571571
*
572572
* This test shows using a Map parameter.
@@ -593,7 +593,7 @@ void testCallWithResultSet4_a1() {
593593
}
594594

595595
/*
596-
* This test shows how to use a input and output parameters and return a
596+
* This test shows how to use an input and output parameters and return a
597597
* result set from a stored procedure.
598598
*
599599
* This test shows using a Map parameter.

0 commit comments

Comments
 (0)