libpurple/tests/test_contact_manager.c

changeset 42565
c035e2eba80d
parent 42184
4e1bf25f5575
child 42583
8a8c571eb98c
--- a/libpurple/tests/test_contact_manager.c	Thu Jan 11 03:27:54 2024 -0600
+++ b/libpurple/tests/test_contact_manager.c	Fri Jan 12 01:16:53 2024 -0600
@@ -115,7 +115,7 @@
 		purple_contact_manager_add(manager, contact);
 
 		/* This will never get called as the double add outputs a g_warning()
-		 * that causes the test to fail. This is left to avoid a false postive
+		 * that causes the test to fail. This is left to avoid a false positive
 		 * in static analysis.
 		 */
 		g_clear_object(&account);

mercurial