h263pay: fix typo in debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 1 Mar 2010 15:01:24 +0000 (16:01 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 8 Mar 2010 16:47:14 +0000 (17:47 +0100)
gst/rtp/gstrtph263pay.c

index 8efc07a..998800f 100644 (file)
@@ -1267,7 +1267,7 @@ gst_rtp_h263_pay_push (GstRtpH263Pay * rtph263pay,
   /*
    * Copy the payload data in the buffer
    */
-  GST_DEBUG ("Copiing memory");
+  GST_DEBUG ("Copying memory");
   memcpy (payload, (guint8 *) package->payload_start, package->payload_len);
 
   /*