summaryrefslogtreecommitdiff
path: root/source3/lib
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-10-21 23:20:31 +0200
committerMichael Adam <obnox@samba.org>2008-10-27 13:02:38 +0100
commite453bf70c94e99364233734bb228df2c649b1c70 (patch)
tree5cdbb23585338ee8f024718dc9ea85dc4631361b /source3/lib
parent9299d53ef95a72f10d3ccde175ae5c90d2c95333 (diff)
downloadsamba-e453bf70c94e99364233734bb228df2c649b1c70.tar.gz
samba-e453bf70c94e99364233734bb228df2c649b1c70.tar.bz2
samba-e453bf70c94e99364233734bb228df2c649b1c70.zip
[s3]libsmbconf: fix comment typo.
Michael
Diffstat (limited to 'source3/lib')
-rw-r--r--source3/lib/smbconf/smbconf_init.c2
1 files changed, 1 insertions, 1 deletions
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);