Skip to content

Commit

Permalink
Cleanup spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Andras Fekete committed Oct 21, 2024
1 parent 57124a7 commit 1e140a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/CSharp/wolfSSL_CSharp/wolfCrypt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ public static int Ed25519SignMsg(byte[] inMsg, out byte[] outMsg, IntPtr key)
}
finally
{
/* Clenup */
/* Cleanup */
if (inMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(inMsgPtr);
if (outMsgPtr != IntPtr.Zero) Marshal.FreeHGlobal(outMsgPtr);
}
Expand Down

0 comments on commit 1e140a7

Please sign in to comment.