From 9696f4d5cc20d2db06e92ab0efef16eafa0e694f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 1 Oct 2021 22:54:43 +0200 Subject: Fix typo in profapi.h --- apidocs/c/profapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apidocs/c/profapi.h') 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); -- cgit 1.4.1-2-gfad0