From ce4713c6f7e7639b20881a3c9b1f6f0c19932bd0 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Fri, 21 May 2021 21:36:58 -0600 Subject: [PATCH] Fix typo. --- src/cxoConnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cxoConnection.c b/src/cxoConnection.c index 474c45a..b394993 100644 --- a/src/cxoConnection.c +++ b/src/cxoConnection.c @@ -623,7 +623,7 @@ static int cxoConnection_init(cxoConnection *conn, PyObject *args, // determine if session callback should be invoked; this takes place if // the connection is newly created by the pool or if the requested tag - // does not match the actal tag + // does not match the actual tag invokeSessionCallback = 0; if (dpiCreateParams.outNewSession || dpiCreateParams.outTagLength != params.tagBuffer.size ||