pidgin/plugins/notify.c

changeset 41086
631e6cba8635
parent 41081
0c1c063d71f6
child 41184
05b5c210352b
--- a/pidgin/plugins/notify.c	Sun Oct 10 05:01:31 2021 -0500
+++ b/pidgin/plugins/notify.c	Sun Oct 10 05:01:54 2021 -0500
@@ -227,7 +227,7 @@
 
 	if (reset) {
 		/* Only need to actually remove the urgent hinting here, since
-		 * removing it just to have it readded in re-notify is an
+		 * removing it just to have it re-added in re-notify is an
 		 * unnecessary couple extra RTs to the server */
 		handle_urgent(purplewin, FALSE);
 		g_object_set_data(G_OBJECT(conv), "notify-message-count", GINT_TO_POINTER(0));

mercurial