diff options
author | Michael Adam <obnox@samba.org> | 2008-10-21 23:20:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-10-27 13:02:38 +0100 |
commit | e453bf70c94e99364233734bb228df2c649b1c70 (patch) | |
tree | 5cdbb23585338ee8f024718dc9ea85dc4631361b /source3 | |
parent | 9299d53ef95a72f10d3ccde175ae5c90d2c95333 (diff) | |
download | samba-e453bf70c94e99364233734bb228df2c649b1c70.tar.gz samba-e453bf70c94e99364233734bb228df2c649b1c70.tar.bz2 samba-e453bf70c94e99364233734bb228df2c649b1c70.zip |
[s3]libsmbconf: fix comment typo.
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/smbconf/smbconf_init.c | 2 |
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); |