mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 23:49:55 +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);
|
success = packetData->startSubTree(octcode);
|
||||||
delete[] octcode;
|
delete[] octcode;
|
||||||
|
|
||||||
// assuming we have rome to fit our octalCode, proceed...
|
// assuming we have room to fit our octalCode, proceed...
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|
||||||
// Now add our edit content details...
|
// Now add our edit content details...
|
||||||
|
|
Loading…
Reference in a new issue