fix typos
This commit is contained in:
parent
7927226484
commit
c737f41d8a
18 changed files with 62 additions and 55 deletions
|
|
@ -101,7 +101,7 @@ struct obj::ObjectType LinkObject::TypeData = {
|
|||
.size = sizeof(LinkObject),
|
||||
.name = "link",
|
||||
|
||||
.convesions = nullptr,
|
||||
.conversions = nullptr,
|
||||
|
||||
.save_size = (object_save_size) LinkObject::save_size,
|
||||
.save = (object_save) LinkObject::save,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue