1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00

Fix typo in comment

This commit is contained in:
Michael Vetter 2020-01-23 23:57:18 +01:00
parent 8c34f2ce01
commit 3c0647ec70

View File

@ -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);