From e453bf70c94e99364233734bb228df2c649b1c70 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 21 Oct 2008 23:20:31 +0200 Subject: [s3]libsmbconf: fix comment typo. Michael --- source3/lib/smbconf/smbconf_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/lib/smbconf/smbconf_init.c b/source3/lib/smbconf/smbconf_init.c index 501129d772..8d5bca1902 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); -- cgit