From 3256a9ef80e7431e20fe6cd349e31598ba55ee16 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 4 Jan 2016 16:11:04 +0300 Subject: Fix some typos. --- src/net/eathena/beingrecv.cpp | 2 +- src/resources/notifications.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) diff --git a/src/resources/notifications.h b/src/resources/notifications.h index defc95334..4aa6517e7 100644 --- a/src/resources/notifications.h +++ b/src/resources/notifications.h @@ -375,7 +375,7 @@ namespace NotifyManager NotifyFlags::EMPTY}, {"pet catch success", // TRANSLATORS: notification message - N_("Pet catched."), + N_("Pet caught."), NotifyFlags::EMPTY}, {"pet catch unknown error", // TRANSLATORS: notification message -- cgit v1.2.3-70-g09d2