fix typo
authorDavid Schleef <ds@schleef.org>
Tue, 4 Nov 2003 05:53:35 +0000 (05:53 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 4 Nov 2003 05:53:35 +0000 (05:53 +0000)
Original commit message from CVS:
fix typo

gst/gstplugin.h

index 8b01d27..7e8ce2b 100644 (file)
@@ -116,7 +116,7 @@ _gst_plugin_static_init__ ##init (void)                     \
     copyright,                                         \
     package,                                           \
     origin,                                            \
-    GST_STRUCT_PAD_ING_INIT                            \
+    GST_STRUCT_PADDING_INIT                            \
   };                                                   \
   _gst_plugin_register_static (&plugin_desc_);         \
 }