avimux: fix typo in warning message
authorStefan Kost <ensonic@users.sf.net>
Fri, 1 Jan 2010 12:10:49 +0000 (14:10 +0200)
committerStefan Kost <ensonic@users.sf.net>
Mon, 4 Jan 2010 22:12:44 +0000 (00:12 +0200)
gst/avi/gstavimux.c

index 8edaff5..890397d 100644 (file)
@@ -1010,7 +1010,7 @@ too_late:
   }
 wrong_template:
   {
-    g_warning ("avimuxx: this is not our template!\n");
+    g_warning ("avimux: this is not our template!\n");
     return NULL;
   }
 }