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 23:06:29 +0200
committerMichael Vetter <jubalh@iodoru.org>2021-10-01 23:06:29 +0200
commitd64e797665a26dca8e05255499af2e801cd29852 (patch)
treeb58e0c4d84c6b4238f00fd951bd9fc04dc24de99 /apidocs/c/profapi.h
parent9696f4d5cc20d2db06e92ab0efef16eafa0e694f (diff)
downloadprofani-tty-d64e797665a26dca8e05255499af2e801cd29852.tar.gz
Fix typos in apidocs
Diffstat (limited to 'apidocs/c/profapi.h')
-rw-r--r--apidocs/c/profapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apidocs/c/profapi.h b/apidocs/c/profapi.h
index 995f4522..a4d8f5bb 100644
--- a/apidocs/c/profapi.h
+++ b/apidocs/c/profapi.h
@@ -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);