1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-16 21:35:24 +00:00

Fix typo in profapi.h

This commit is contained in:
Michael Vetter 2021-10-01 22:54:43 +02:00
parent 242696f09a
commit 9696f4d5cc

View File

@ -134,7 +134,7 @@ int prof_current_win_is_console(void);
/**
Retrieve the users nickname in a chat room, when in a chat room window.
@return the users nickname in the current chat room e.g. "eddie", or NULLL if not in a chat room window.
@return the users nickname in the current chat room e.g. "eddie", or NULL if not in a chat room window.
*/
char* prof_get_current_nick(void);
@ -146,7 +146,7 @@ char* prof_get_name_from_roster(const char *barejid);
/**
Retrieve the barejid for a given nickname if it is in the roster.
@return the users barejid e.g. "eddie@server.tld", or NULLL if the nickname is not in the roster.
@return the users barejid e.g. "eddie@server.tld", or NULL if the nickname is not in the roster.
*/
char* prof_get_barejid_from_roster(const char *name);