From d495e343c0671de620193987ae9de3f02a611b4a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 12 Jul 2020 12:38:12 -0700 Subject: A few word tweaks. --- loadparm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loadparm.c') diff --git a/loadparm.c b/loadparm.c index a1d5992d..952a0b74 100644 --- a/loadparm.c +++ b/loadparm.c @@ -242,7 +242,7 @@ static char *expand_vars(const char *str) * typedef local_vars - describes a single section. * typedef all_vars - a combination of global_vars & local_vars. * all_vars Defaults - the default values for all the variables. - * all_vars Vars - tThe currently configured values for all the variables. + * all_vars Vars - the currently configured values for all the variables. * struct parm_struct parm_table - the strings & variables for the parser. * FN_{LOCAL,GLOBAL}_{TYPE}() definition for all the lp_var_name() accessors. */ -- cgit v1.2.1