about summary refs log tree commit diff stats
path: root/src/otr/otr.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-19 00:56:57 +0100
committerJames Booth <boothj5@gmail.com>2014-04-19 00:56:57 +0100
commite830e2a06a43b03377c9bb862b1843aec91cb366 (patch)
tree45b2bf5b40a27591e055e3818d3c583e0068046e /src/otr/otr.c
parent71aea78e90da371ca3a290f3bcd1925a7bdbcba1 (diff)
downloadprofani-tty-e830e2a06a43b03377c9bb862b1843aec91cb366.tar.gz
Show message in console when contact starts OTR session
Diffstat (limited to 'src/otr/otr.c')
-rw-r--r--src/otr/otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index 73ce8966..5424b09a 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -59,7 +59,7 @@ cb_is_logged_in(void *opdata, const char *accountname,
         return PRESENCE_ONLINE;
     }
 
-    // no subsribed
+    // not subscribed
     if (p_contact_subscribed(contact) == FALSE) {
         return PRESENCE_ONLINE;
     }