From: Wim Taymans Date: Tue, 12 Nov 2013 10:15:46 +0000 (+0100) Subject: auth: small typos X-Git-Tag: 1.19.3~495^2~938 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=533d2377547669198f6b4b4471c66dd2120a619a;p=platform%2Fupstream%2Fgstreamer.git auth: small typos --- diff --git a/gst/rtsp-server/rtsp-auth.c b/gst/rtsp-server/rtsp-auth.c index 28adba5..8154bab 100644 --- a/gst/rtsp-server/rtsp-auth.c +++ b/gst/rtsp-server/rtsp-auth.c @@ -264,7 +264,7 @@ gst_rtsp_auth_set_default_token (GstRTSPAuth * auth, GstRTSPToken * token) * gst_rtsp_auth_get_default_token: * @auth: a #GstRTSPAuth * - * Get the default token for @auth. This token will be used for unauthorized + * Get the default token for @auth. This token will be used for unauthenticated * users. * * Returns: (transfer full): the #GstRTSPToken of @auth. gst_rtsp_token_unref() after @@ -321,7 +321,7 @@ gst_rtsp_auth_add_basic (GstRTSPAuth * auth, const gchar * basic, * @basic: (transfer none): the basic token * * Add a basic token for the default authentication algorithm that - * enables the client qith privileges from @authgroup. + * enables the client with privileges from @authgroup. */ void gst_rtsp_auth_remove_basic (GstRTSPAuth * auth, const gchar * basic)