Skip to content

Commit acd1709

Browse files
Fix a typo in one of the comments.
1 parent ba57083 commit acd1709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cxoConnection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ static int cxoConnection_init(cxoConnection *conn, PyObject *args,
623623

624624
// determine if session callback should be invoked; this takes place if
625625
// the connection is newly created by the pool or if the requested tag
626-
// does not match the actal tag
626+
// does not match the actual tag
627627
invokeSessionCallback = 0;
628628
if (dpiCreateParams.outNewSession ||
629629
dpiCreateParams.outTagLength != params.tagBuffer.size ||

0 commit comments

Comments
 (0)