Small spelling fixes in code and comments

This commit is contained in:
Dariusz Dwornikowski
2014-08-27 13:26:11 +02:00
parent 24c6c47ff6
commit 1dcc028a71
4 changed files with 5 additions and 5 deletions

View File

@@ -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)