diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-04-07 20:00:47 +0200 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-04-07 20:05:21 +0200 |
commit | 4458809597ff4362a653ea5469c5237bbe2a0531 (patch) | |
tree | ccd9e25d3449ecf1e69b74509f94445995f54f93 /source3/param | |
parent | a103222e0b679d68684681c871ac912f279afc1b (diff) | |
download | samba-4458809597ff4362a653ea5469c5237bbe2a0531.tar.gz samba-4458809597ff4362a653ea5469c5237bbe2a0531.tar.bz2 samba-4458809597ff4362a653ea5469c5237bbe2a0531.zip |
s3/loadparm: Fiy typos.
Karolin
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 8da1f6348f..4b14b80339 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -885,7 +885,7 @@ static const struct enum_list enum_kerberos_method[] = { /* Note: We do not initialise the defaults union - it is not allowed in ANSI C * - * The FLAG_HIDE is explicit. Paramters set this way do NOT appear in any edit + * The FLAG_HIDE is explicit. Parameters set this way do NOT appear in any edit * screen in SWAT. This is used to exclude parameters as well as to squash all * parameters that have been duplicated by pseudonyms. * @@ -894,7 +894,7 @@ static const struct enum_list enum_kerberos_method[] = { * Set FLAG_SHARE and FLAG_PRINT to specifically display parameters in * respective views. * - * NOTE2: Handling of duplicated (synonym) paramters: + * NOTE2: Handling of duplicated (synonym) parameters: * Only the first occurance of a parameter should be enabled by FLAG_BASIC * and/or FLAG_ADVANCED. All duplicates following the first mention should be * set to FLAG_HIDE. ie: Make you must place the parameter that has the preferred |