libpurple/protocols/zephyr/zephyr_html.c

changeset 41084
72d6941bfa2e
parent 40681
675b8605dca2
--- 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 == '@') {

mercurial