Fix typos in apidocs

This commit is contained in:
Michael Vetter
2021-10-01 23:06:29 +02:00
parent 9696f4d5cc
commit d64e797665
4 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ Retrieve the Jabber ID of the current room, when in a chat room window.
char* prof_get_current_muc(void);
/**
Determine whether or not the Console window is currently focussed.
Determine whether or not the Console window is currently focused.
@return 1 if the user is currently in the Console window, 0 otherwise.
*/
int prof_current_win_is_console(void);