[PATCH] Fix a typo

Jeremy Allison jra at samba.org
Wed Sep 6 21:40:07 UTC 2017


On Wed, Sep 06, 2017 at 02:06:01PM +0200, Volker Lendecke via samba-technical wrote:
> Hi!
> 
> Review appreciated!

LGTM. Pushed.

> 
> -- 
> SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
> phone: +49-551-370000-0, fax: +49-551-370000-9
> AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
> http://www.sernet.de, mailto:kontakt at sernet.de

> From 46655373242335a6e5ad860d87f9d450c60bd81b Mon Sep 17 00:00:00 2001
> From: Volker Lendecke <vl at samba.org>
> Date: Wed, 6 Sep 2017 14:05:09 +0200
> Subject: [PATCH] cli_credentials: Fix a typo
> 
> Signed-off-by: Volker Lendecke <vl at samba.org>
> ---
>  auth/credentials/credentials.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/auth/credentials/credentials.c b/auth/credentials/credentials.c
> index 152df96ac75..1a4ec535b44 100644
> --- a/auth/credentials/credentials.c
> +++ b/auth/credentials/credentials.c
> @@ -684,7 +684,7 @@ _PUBLIC_ const char *cli_credentials_get_realm(struct cli_credentials *cred)
>  
>  /**
>   * Set the realm for this credentials context, and force it to
> - * uppercase for the sainity of our local kerberos libraries 
> + * uppercase for the sanity of our local kerberos libraries
>   */
>  _PUBLIC_ bool cli_credentials_set_realm(struct cli_credentials *cred, 
>  			       const char *val, 
> -- 
> 2.11.0
> 




More information about the samba-technical mailing list