summaryrefslogtreecommitdiff
path: root/sources/core/VSMessage.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/core/VSMessage.java')
-rw-r--r--sources/core/VSMessage.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/core/VSMessage.java b/sources/core/VSMessage.java
index c6b936d..99c5ce7 100644
--- a/sources/core/VSMessage.java
+++ b/sources/core/VSMessage.java
@@ -162,7 +162,7 @@ public class VSMessage extends VSPrefs {
* Checks if the message has been sent by a server or a client.
*
* @return true, if the message has been sent by a server. false, if the
- * message has been sent by a clien.
+ * message has been sent by a client.
*/
public boolean isServerMessage() {
return isServerMessage;