Skip to content

Commit 8067170

Browse files
committed
Typos in SQLServerConnectionPoolProxy
There are a few easy to fix typos in SQLServerConnectionPoolProxy.
1 parent 9b647c1 commit 8067170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
/**
3434
* SQLServerConnectionPoolProxy is a wrapper around SQLServerConnection object. When returning a connection object from PooledConnection.getConnection
35-
* we returnt this proxy per SPEC.
35+
* we return this proxy per SPEC.
3636
* <p>
3737
* This class's public functions need to be kept identical to the SQLServerConnection's.
3838
* <p>
@@ -114,7 +114,7 @@ public void commit() throws SQLServerException {
114114
}
115115

116116
/**
117-
* Rollback a transcation.
117+
* Rollback a transaction.
118118
*
119119
* @throws SQLServerException
120120
* if no transaction exists or if the connection is in auto-commit mode.

0 commit comments

Comments
 (0)