Commit db67b0a6 authored by Benjamin Drung's avatar Benjamin Drung Committed by Jean-Baptiste Kempf

GnuTLS: fix typo

parent 532a6de9
......@@ -47,7 +47,7 @@ static int gnutls_Init (vlc_object_t *obj)
msg_Err (obj, "unsupported GnuTLS version");
return -1;
}
msg_Dbg (obj, "using GnuTLS verson %s", version);
msg_Dbg (obj, "using GnuTLS version %s", version);
return 0;
}
......@@ -67,7 +67,7 @@ static int gnutls_Init (vlc_object_t *obj)
msg_Err (obj, "unsupported GnuTLS version");
return -1;
}
msg_Dbg (obj, "using GnuTLS verson %s", version);
msg_Dbg (obj, "using GnuTLS version %s", version);
if (gnutls_check_version ("3.3.0") == NULL)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment