diff --git a/gst/rtp/gstrtph263pay.c b/gst/rtp/gstrtph263pay.c index 8efc07ae00..998800f275 100644 --- a/gst/rtp/gstrtph263pay.c +++ b/gst/rtp/gstrtph263pay.c @@ -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); /*