From 269799d33e06910397e407fefe7a6e84a39ac2e0 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 7 Apr 2009 20:00:47 +0200 Subject: [PATCH] s3/loadparm: Fiy typos. This used to be commit 44588095 in master. Karolin (cherry picked from commit 7648c51afaf844e576935dadc0d66a94e2cad28b) --- source/param/loadparm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/param/loadparm.c b/source/param/loadparm.c index 027cd3d8260..db72e644747 100644 --- a/source/param/loadparm.c +++ b/source/param/loadparm.c @@ -860,7 +860,7 @@ static const struct enum_list enum_config_backend[] = { /* 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. * @@ -869,7 +869,7 @@ static const struct enum_list enum_config_backend[] = { * 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 -- 2.11.4.GIT