[s3]libsmbconf: fix comment typo.
authorMichael Adam <obnox@samba.org>
Tue, 21 Oct 2008 21:20:31 +0000 (23:20 +0200)
committerMichael Adam <obnox@samba.org>
Mon, 27 Oct 2008 12:02:38 +0000 (13:02 +0100)
Michael

source3/lib/smbconf/smbconf_init.c

index 501129d772ec78c8a2a0764ea11d21b60e643d6a..8d5bca190283c7010d54e0b766133173647fe632 100644 (file)
@@ -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);