about summary refs log tree commit diff stats
path: root/apidocs/c/profapi.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2021-10-01 22:54:43 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-01 22:54:43 +0200
commit9696f4d5cc20d2db06e92ab0efef16eafa0e694f (patch)
treea28f775cd379b0445ff83fff2266b08e3d87c3ce /apidocs/c/profapi.h
parent242696f09a49c8446ba6aef8bdad65fb58a77715 (diff)
downloadprofani-tty-9696f4d5cc20d2db06e92ab0efef16eafa0e694f.tar.gz
Fix typo in profapi.h
Diffstat (limited to 'apidocs/c/profapi.h')
-rw-r--r--apidocs/c/profapi.h4
1 files changed, 2 insertions, 2 deletions
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);