diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:36:09 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-02-16 16:36:09 +0900 |
commit | 6211adade47a2d94340d5c20dd737e8bdf246636 (patch) | |
tree | 89c47edfe5848f1125b201c5771835262680e4ef /loadparm.c | |
parent | 8de1c191058cb7731ce560ed024d5fd122750630 (diff) | |
download | rsync-6211adade47a2d94340d5c20dd737e8bdf246636.tar.gz rsync-6211adade47a2d94340d5c20dd737e8bdf246636.tar.bz2 rsync-6211adade47a2d94340d5c20dd737e8bdf246636.zip |
Imported Upstream version 3.2.3upstream/3.2.3
Diffstat (limited to 'loadparm.c')
-rw-r--r-- | loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |