Cleanup spelling

This commit is contained in:
Andras Fekete
2024-10-08 20:27:04 -04:00
parent 9082baabd3
commit e14abbdc79

View File

@@ -1641,7 +1641,7 @@ namespace wolfSSL.CSharp
}
finally
{
/* Clenup */
/* Cleanup */
if (inMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(inMsgPtr);
if (outMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(outMsgPtr);
}