about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-01-23 23:57:18 +0100
committerMichael Vetter <jubalh@iodoru.org>2020-01-23 23:57:18 +0100
commit3c0647ec704189a10b341f3e52b8bb78c4b030be (patch)
treeeee27ff201f9688478162340d635ca0f07e52288 /src/xmpp
parent8c34f2ce01480f8acaa7d45dd29343e3741a3242 (diff)
downloadprofani-tty-3c0647ec704189a10b341f3e52b8bb78c4b030be.tar.gz
Fix typo in comment
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/stanza.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c
index dc0da68b..389e74c7 100644
--- a/src/xmpp/stanza.c
+++ b/src/xmpp/stanza.c
@@ -1225,7 +1225,7 @@ stanza_get_delay_from(xmpp_stanza_t *const stanza, gchar *from)
     }
 
     // otherwise check for XEP-0091 legacy delayed delivery
-    // stanp format : CCYYMMDDThh:mm:ss
+    // stamp format : CCYYMMDDThh:mm:ss
     xmpp_stanza_t *x;
     if (from) {
         x = stanza_get_child_by_name_and_from(stanza, STANZA_NAME_X, from);