mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-09 16:52:28 +02:00
fix spelling typo in comment
This commit is contained in:
parent
e3351c05a2
commit
05fb866bb5
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ bool EntityItemProperties::encodeEntityEditPacket(PacketType command, EntityItem
|
|||
success = packetData->startSubTree(octcode);
|
||||
delete[] octcode;
|
||||
|
||||
// assuming we have rome to fit our octalCode, proceed...
|
||||
// assuming we have room to fit our octalCode, proceed...
|
||||
if (success) {
|
||||
|
||||
// Now add our edit content details...
|
||||
|
|
Loading…
Reference in a new issue