about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
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);