diff options
author | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-09-15 18:17:24 -0400 |
---|---|---|
committer | Olivier CrĂȘte <olivier.crete@collabora.com> | 2011-09-15 18:17:52 -0400 |
commit | b872f84c9696b4c9f562d56f87859059e8443717 (patch) | |
tree | 6e4b828d8b2dd8669f9c09381a2f0a0e88670bf3 /ext/spandsp | |
parent | df551c0af4d2893e157afcc8af9c274d5546596b (diff) |
spanplc: Fix typos
Diffstat (limited to 'ext/spandsp')
-rw-r--r-- | ext/spandsp/gstspanplc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spandsp/gstspanplc.c b/ext/spandsp/gstspanplc.c index 90a7c1092..58edce9f4 100644 --- a/ext/spandsp/gstspanplc.c +++ b/ext/spandsp/gstspanplc.c @@ -94,8 +94,8 @@ gst_span_plc_class_init (GstSpanPlcClass * klass) gstelement_class->change_state = GST_DEBUG_FUNCPTR (gst_span_plc_change_state); - GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spandlc", - 0, "spandlc's packet loss concealment"); + GST_DEBUG_CATEGORY_INIT (gst_span_plc_debug, "spanplc", + 0, "spanDSP's packet loss concealment"); } static void |