From: Michael Adam Date: Tue, 21 Oct 2008 21:20:31 +0000 (+0200) Subject: [s3]libsmbconf: fix comment typo. X-Git-Tag: samba-4.0.0alpha6~669 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=e453bf70c94e99364233734bb228df2c649b1c70 [s3]libsmbconf: fix comment typo. Michael --- diff --git a/source3/lib/smbconf/smbconf_init.c b/source3/lib/smbconf/smbconf_init.c index 501129d772e..8d5bca19028 100644 --- a/source3/lib/smbconf/smbconf_init.c +++ b/source3/lib/smbconf/smbconf_init.c @@ -72,7 +72,7 @@ WERROR smbconf_init(TALLOC_CTX *mem_ctx, struct smbconf_ctx **conf_ctx, } else if (sep == NULL) { /* * If no separator was given in the source, and the string is - * not a know backend, assume file backend and use the source + * not a known backend, assume file backend and use the source * string as a path argument. */ werr = smbconf_init_txt(mem_ctx, conf_ctx, backend);