pidgin/plugins/vvconfig.c

branch
release-2.x.y
changeset 40718
5201d33e8999
parent 40499
2320cf8d228a
child 40926
d10bb378f560
--- a/pidgin/plugins/vvconfig.c	Mon Jul 27 00:21:25 2020 -0500
+++ b/pidgin/plugins/vvconfig.c	Thu Jan 21 22:37:04 2021 -0600
@@ -110,7 +110,7 @@
 	}
 
 #if GST_CHECK_VERSION(1,0,0)
-	purple_debug_info("vvconfig", "'%s' - gstreamer-1.0 doesn't suport "
+	purple_debug_info("vvconfig", "'%s' - gstreamer-1.0 doesn't support "
 		"property probing\n", element_name);
 #else
 	if (!g_object_class_find_property(klass, "device") ||

mercurial