summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/eathena/beingrecv.cpp2
-rw-r--r--src/resources/notifications.h2
2 files changed, 2 insertions, 2 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)
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