summaryrefslogtreecommitdiff
path: root/src/gui/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chat.h')
-rw-r--r--src/gui/chat.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/chat.h b/src/gui/chat.h
index ad3d5e39..4aabe4c2 100644
--- a/src/gui/chat.h
+++ b/src/gui/chat.h
@@ -136,14 +136,14 @@ class ChatWindow : public Window, public gcn::ActionListener {
* Request focus.
*/
void requestFocus();
-
+
/**
- * Checks wether ChatWindow is Focused or not
+ * Checks whether ChatWindow is Focused or not.
*/
bool isFocused();
-
+
/*
- * Determines wether to send a command or an ordinary message, then
+ * Determines whether to send a command or an ordinary message, then
* contructs packets & sends them
*
* @param nick The character's name to display in front.