git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9299d53
)
[s3]libsmbconf: fix comment typo.
author
Michael Adam
<obnox@samba.org>
Tue, 21 Oct 2008 21:20:31 +0000
(23:20 +0200)
committer
Michael Adam
<obnox@samba.org>
Mon, 27 Oct 2008 12:02:38 +0000
(13:02 +0100)
Michael
source3/lib/smbconf/smbconf_init.c
patch
|
blob
|
history
diff --git
a/source3/lib/smbconf/smbconf_init.c
b/source3/lib/smbconf/smbconf_init.c
index 501129d772ec78c8a2a0764ea11d21b60e643d6a..8d5bca190283c7010d54e0b766133173647fe632 100644
(file)
--- 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 know
n
backend, assume file backend and use the source
* string as a path argument.
*/
werr = smbconf_init_txt(mem_ctx, conf_ctx, backend);