From 759a52d324180a86e07e4b131627f5fd3a5761e6 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 28 Feb 2018 04:01:05 +0000 Subject: [PATCH] spelling: integer --- src/Mayaqua/Memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mayaqua/Memory.c b/src/Mayaqua/Memory.c index fc6d195a..81e77533 100644 --- a/src/Mayaqua/Memory.c +++ b/src/Mayaqua/Memory.c @@ -1968,7 +1968,7 @@ bool IsInt64InList(LIST *o, UINT64 i) return false; } -// Remove all int from the interger list +// Remove all int from the integer list void DelAllInt(LIST *o) { UINT i;