Misc. source and comment typos

This commit is contained in:
luz.paz
2018-02-26 22:02:52 -05:00
parent 2434561b2e
commit 57ca6b366b
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -51,12 +51,12 @@ struct Element_Header
// only zip less implemented so far...
assert(zLib == false);
Element_Lenght.read(cont);
Element_Length.read(cont);
Object_Type_ID.read(cont);
Object_Base_Type.read(cont);
};
I32 Element_Lenght;
I32 Element_Length;
GUID Object_Type_ID;
UChar Object_Base_Type;