From f250461648339f3b118206e611e7e65898624ad2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Jun 2014 01:28:53 -0700 Subject: [PATCH] Fix typo. --- core/logic/smn_database.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/logic/smn_database.cpp b/core/logic/smn_database.cpp index 6971e553..e2ef45ba 100644 --- a/core/logic/smn_database.cpp +++ b/core/logic/smn_database.cpp @@ -1722,7 +1722,7 @@ static cell_t SQL_ExecuteTransaction(IPluginContext *pContext, const cell_t *par // The handle owns the underlying Transaction object, but we want to close // the plugin's view both to ensure reliable access for us and to prevent - // further tamering on the main thread. To do this, TTransactOp clones the + // further tampering on the main thread. To do this, TTransactOp clones the // transaction handle and automatically closes it. Therefore, it's safe to // close the plugin's handle here. handlesys->FreeHandle(params[2], &sec);