File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/apache/ibatis/transaction Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ protected void resetAutoCommit() {
126
126
127
127
protected void openConnection () throws SQLException {
128
128
if (log .isDebugEnabled ()) {
129
- log .debug ("Openning JDBC Connection" );
129
+ log .debug ("Opening JDBC Connection" );
130
130
}
131
131
connection = dataSource .getConnection ();
132
132
if (level != null ) {
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public void close() throws SQLException {
79
79
80
80
protected void openConnection () throws SQLException {
81
81
if (log .isDebugEnabled ()) {
82
- log .debug ("Openning JDBC Connection" );
82
+ log .debug ("Opening JDBC Connection" );
83
83
}
84
84
this .connection = this .dataSource .getConnection ();
85
85
if (this .level != null ) {
You can’t perform that action at this time.
0 commit comments