winegstreamer: Fix spelling of 'initialized' in a TRACE().
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
cade211d06
commit
eca00491cd
|
@ -272,7 +272,7 @@ static BOOL CALLBACK init_gstreamer_proc(INIT_ONCE *once, void *param, void **ct
|
|||
{
|
||||
HINSTANCE handle;
|
||||
|
||||
TRACE("Inititialized, version %s. Built with %d.%d.%d.\n", gst_version_string(),
|
||||
TRACE("Initialized, version %s. Built with %d.%d.%d.\n", gst_version_string(),
|
||||
GST_VERSION_MAJOR, GST_VERSION_MINOR, GST_VERSION_MICRO);
|
||||
|
||||
/* Unloading glib is a bad idea.. it installs atexit handlers,
|
||||
|
|
Loading…
Reference in New Issue