about summary refs log tree commit diff stats
path: root/src/muc.c
diff options
context:
space:
mode:
authorDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-27 13:26:11 +0200
committerDariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>2014-08-27 13:26:11 +0200
commit1dcc028a71238ee859ddb89ce8451a1af345c699 (patch)
treeeee4e7835e80b4ea8b4f247994364bfc81c8fee6 /src/muc.c
parent24c6c47ff655a9d5b33843df6b77aafe2745cccd (diff)
downloadprofani-tty-1dcc028a71238ee859ddb89ce8451a1af345c699.tar.gz
Small spelling fixes in code and comments
Diffstat (limited to 'src/muc.c')
-rw-r--r--src/muc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/muc.c b/src/muc.c
index 6b0d16b1..053eb38b 100644
--- a/src/muc.c
+++ b/src/muc.c
@@ -514,7 +514,7 @@ muc_get_roster_ac(const char * const room)
 }
 
 /*
- * Set to TRUE when the rooms roster has been fully recieved
+ * Set to TRUE when the rooms roster has been fully received
  */
 void
 muc_set_roster_received(const char * const room)
@@ -527,7 +527,7 @@ muc_set_roster_received(const char * const room)
 }
 
 /*
- * Returns TRUE id the rooms roster has been fully recieved
+ * Returns TRUE id the rooms roster has been fully received
  */
 gboolean
 muc_get_roster_received(const char * const room)