--- a/libpurple/protocols/zephyr/zephyr_html.c Sun Oct 10 02:52:05 2021 -0500 +++ b/libpurple/protocols/zephyr/zephyr_html.c Sun Oct 10 05:00:30 2021 -0500 @@ -242,7 +242,7 @@ } } } else { - /* Catch all for all unrecognized/misparsed <foo> tage */ + /* Catch all for all unrecognized/misparsed <foo> tags */ g_string_append_c(frame->text, *message++); } } else if (*message == '@') {