summaryrefslogtreecommitdiff
path: root/src/net/eathena/beingrecv.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-01-04 16:11:04 +0300
committerAndrei Karas <akaras@inbox.ru>2016-01-04 16:24:42 +0300
commit3256a9ef80e7431e20fe6cd349e31598ba55ee16 (patch)
treefc88d50e97cbb889d77cd98a4d85887ce4e2eb1e /src/net/eathena/beingrecv.cpp
parentbc2c095db69be01837d07af1151b0f0a3061713f (diff)
downloadManaVerse-3256a9ef80e7431e20fe6cd349e31598ba55ee16.tar.gz
ManaVerse-3256a9ef80e7431e20fe6cd349e31598ba55ee16.tar.bz2
ManaVerse-3256a9ef80e7431e20fe6cd349e31598ba55ee16.tar.xz
ManaVerse-3256a9ef80e7431e20fe6cd349e31598ba55ee16.zip
Fix some typos.
Diffstat (limited to 'src/net/eathena/beingrecv.cpp')
-rw-r--r--src/net/eathena/beingrecv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/eathena/beingrecv.cpp b/src/net/eathena/beingrecv.cpp
index 6f8bd4bb6..7a3c09697 100644
--- a/src/net/eathena/beingrecv.cpp
+++ b/src/net/eathena/beingrecv.cpp
@@ -1310,7 +1310,7 @@ void BeingRecv::processBeingFakeName(Net::MessageIn &msg)
msg.readCoordinates(x, y, dir, "position");
msg.readUInt8("sx");
msg.readUInt8("sy");
- msg.skip(4, "unsued");
+ msg.skip(4, "unused");
Being *const dstBeing = createBeing2(msg, id, job, type);
if (!dstBeing)