about summary refs log tree commit diff stats
path: root/apidocs/python/src/plugin.py
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/python/src/plugin.py
parent9696f4d5cc20d2db06e92ab0efef16eafa0e694f (diff)
downloadprofani-tty-d64e797665a26dca8e05255499af2e801cd29852.tar.gz
Fix typos in apidocs
Diffstat (limited to 'apidocs/python/src/plugin.py')
-rw-r--r--apidocs/python/src/plugin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/apidocs/python/src/plugin.py b/apidocs/python/src/plugin.py
index 913e1b94..7a375c8a 100644
--- a/apidocs/python/src/plugin.py
+++ b/apidocs/python/src/plugin.py
@@ -343,7 +343,7 @@ def prof_on_contact_presence(barejid, resource, presence, status, priority):
 
 
 def prof_on_chat_win_focus(barejid):
-    """Called when a chat window is focussed
+    """Called when a chat window is focused
 
     :param barejid: Jabber ID of the chat window recipient
     :type barejid: str or unicode
@@ -352,7 +352,7 @@ def prof_on_chat_win_focus(barejid):
 
 
 def prof_on_room_win_focus(barejid):
-    """Called when a chat room window is focussed
+    """Called when a chat room window is focused
 
     :param barejid: Jabber ID of the room
     :type barejid: str or unicode