diff options
author | Wayne Davison <wayned@samba.org> | 2007-10-14 18:55:49 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-10-14 18:55:49 +0000 |
commit | 76edd334986a89d760262bd7784f59800f8de200 (patch) | |
tree | 384fcc2c40a1b147ebb267281c276ab75681b25e /generator.c | |
parent | e5f35681e6f88d1b716b19ff7c9c77991207df08 (diff) | |
download | rsync-76edd334986a89d760262bd7784f59800f8de200.tar.gz rsync-76edd334986a89d760262bd7784f59800f8de200.tar.bz2 rsync-76edd334986a89d760262bd7784f59800f8de200.zip |
Fixed a typo in a comment.
Diffstat (limited to 'generator.c')
-rw-r--r-- | generator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.c b/generator.c index 2cb6c7b9..48497e05 100644 --- a/generator.c +++ b/generator.c @@ -1251,7 +1251,7 @@ static void recv_generator(char *fname, struct file_struct *file, int ndx, if (!implied_dirs && file->flags & FLAG_IMPLIED_DIR) goto cleanup; if (inc_recurse && ndx != cur_flist->ndx_start - 1) { - /* In inc_recurse mode we want ot make sure any missing + /* In inc_recurse mode we want to make sure any missing * directories get created while we're still processing * the parent dir (which allows us to touch the parent * dir's mtime right away). We will handle the dir in |