From 0556d1159fe886d832c8b73640a22abfae67779f Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Fri, 30 Jul 2021 18:46:23 +0200 Subject: [PATCH] Fix typo in tutorial/src/lib: metdata -> metadata Part-of: --- tutorial/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial/src/lib.rs b/tutorial/src/lib.rs index bb3ff865..83fb8eac 100644 --- a/tutorial/src/lib.rs +++ b/tutorial/src/lib.rs @@ -23,7 +23,7 @@ fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> { Ok(()) } -// Static plugin metdata that is directly stored in the plugin shared object and read by GStreamer +// Static plugin metadata that is directly stored in the plugin shared object and read by GStreamer // upon loading. // Plugin name, plugin description, plugin entry point function, version number of this plugin, // license of the plugin, source package name, binary package name, origin where it comes from