fix typos

This commit is contained in:
IlyaShurupov 2024-03-25 09:23:25 +03:00 committed by Ilya Shurupov
parent 9e2e7f5809
commit ca1ae75b07
18 changed files with 62 additions and 55 deletions

View file

@ -9,7 +9,7 @@ namespace tp::obj {
alni val;
static ObjectType TypeData;
static ObjectTypeAriphmetics TypeAriphm;
static ObjectTypeArithmetics TypeAriphm;
static void constructor(IntObject* self);
static void copy(IntObject* self, const IntObject* in);