multiudpsink: typo fix (bytes send -> bytes sent)
authorMarc Leeman <marc.leeman@gmail.com>
Thu, 9 Feb 2012 09:11:48 +0000 (10:11 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 9 Feb 2012 09:26:42 +0000 (10:26 +0100)
gst/udp/gstmultiudpsink.c

index 7a35aae..b65ab8c 100644 (file)
@@ -298,7 +298,7 @@ gst_multiudpsink_class_init (GstMultiUDPSinkClass * klass)
           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (G_OBJECT_CLASS (klass), PROP_BYTES_SERVED,
       g_param_spec_uint64 ("bytes-served", "Bytes served",
-          "Total number of bytes send to all clients", 0, G_MAXUINT64, 0,
+          "Total number of bytes sent to all clients", 0, G_MAXUINT64, 0,
           G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
   g_object_class_install_property (gobject_class, PROP_SOCKFD,
       g_param_spec_int ("sockfd", "Socket Handle",