summaryrefslogtreecommitdiff
path: root/src/net
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-13 22:25:11 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-13 22:25:11 +0300
commit88bbf7389298270c6d840b789184acee5ea43180 (patch)
tree888ecfb48cf1cc3cb7a53e9ecee2eb48d46c2714 /src/net
parent362f35430a2edd76885f6cd8f3e4565260d2101a (diff)
downloadplus-88bbf7389298270c6d840b789184acee5ea43180.tar.gz
plus-88bbf7389298270c6d840b789184acee5ea43180.tar.bz2
plus-88bbf7389298270c6d840b789184acee5ea43180.tar.xz
plus-88bbf7389298270c6d840b789184acee5ea43180.zip
Replace succesfully to successfully.
Diffstat (limited to 'src/net')
-rw-r--r--src/net/eathena/charserverhandler.h2
-rw-r--r--src/net/tmwa/charserverhandler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/net/eathena/charserverhandler.h b/src/net/eathena/charserverhandler.h
index 6c06c12ee..6254f9d2c 100644
--- a/src/net/eathena/charserverhandler.h
+++ b/src/net/eathena/charserverhandler.h
@@ -77,7 +77,7 @@ class CharServerHandler final : public MessageHandler,
/**
* Sets the character create dialog. The handler will clean up this
- * dialog when a new character is succesfully created, and will unlock
+ * dialog when a new character is successfully created, and will unlock
* the dialog when a new character failed to be created.
*/
void setCharCreateDialog(CharCreateDialog *const window)
diff --git a/src/net/tmwa/charserverhandler.h b/src/net/tmwa/charserverhandler.h
index e1e2ec48e..20a162eb1 100644
--- a/src/net/tmwa/charserverhandler.h
+++ b/src/net/tmwa/charserverhandler.h
@@ -78,7 +78,7 @@ class CharServerHandler final : public MessageHandler,
/**
* Sets the character create dialog. The handler will clean up this
- * dialog when a new character is succesfully created, and will unlock
+ * dialog when a new character is successfully created, and will unlock
* the dialog when a new character failed to be created.
*/
void setCharCreateDialog(CharCreateDialog *const window)