Skip to content

Commit c69bb0b

Browse files
committed
Merge pull request #619 from kazuki43zoo/fix-typo
Fix typo in JavaDoc
2 parents a2901d1 + f4a8131 commit c69bb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/ibatis/session/SqlSessionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.sql.Connection;
1919

2020
/**
21-
* Creates an {@link SqlSesion} out of a connection or a DataSource
21+
* Creates an {@link SqlSession} out of a connection or a DataSource
2222
*
2323
* @author Clinton Begin
2424
*/

0 commit comments

Comments
 (0)