mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Fix typo in comment
This commit is contained in:
parent
8c34f2ce01
commit
3c0647ec70
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user