summaryrefslogtreecommitdiff
path: root/loadparm.c
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-07-12 12:38:12 -0700
committerWayne Davison <wayne@opencoder.net>2020-07-12 12:38:12 -0700
commitd495e343c0671de620193987ae9de3f02a611b4a (patch)
tree6bfa85b3563555ecf067588e751906cb049ad1b1 /loadparm.c
parentde7e4d00ab899550017318e1077d4c33ce57f931 (diff)
downloadrsync-d495e343c0671de620193987ae9de3f02a611b4a.tar.gz
A few word tweaks.
Diffstat (limited to 'loadparm.c')
-rw-r--r--loadparm.c2
1 files changed, 1 insertions, 1 deletions
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.
*/