diff --git a/apidocs/c/profapi.h b/apidocs/c/profapi.h index b344d728..995f4522 100644 --- a/apidocs/c/profapi.h +++ b/apidocs/c/profapi.h @@ -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);