1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-06-28 11:55:08 +03:00

spelling: integer

This commit is contained in:
Josh Soref 2018-02-28 04:01:05 +00:00
parent 91a4e17b7f
commit 759a52d324

View File

@ -1968,7 +1968,7 @@ bool IsInt64InList(LIST *o, UINT64 i)
return false; return false;
} }
// Remove all int from the interger list // Remove all int from the integer list
void DelAllInt(LIST *o) void DelAllInt(LIST *o)
{ {
UINT i; UINT i;