]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Fix a typo that Stefan Beller pointed out.
authorWayne Davison <wayned@samba.org>
Sun, 15 Dec 2013 00:25:18 +0000 (16:25 -0800)
committerWayne Davison <wayned@samba.org>
Sun, 15 Dec 2013 00:25:18 +0000 (16:25 -0800)
exclude.c

index a7331e272535a2b45515b6848ab3b2aa480861da..b7aaa17919f6ab9669f04966481da254a45c3d21 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -356,7 +356,7 @@ static char *parse_merge_name(const char *merge_file, unsigned int *len_ptr,
                fn_len = clean_fname(fn, CFN_COLLAPSE_DOT_DOT_DIRS);
        }
 
-       /* If the name isn't in buf yet, it's wasn't absolute. */
+       /* If the name isn't in buf yet, it wasn't absolute. */
        if (fn != buf) {
                int d_len = dirbuf_len - prefix_skip;
                if (d_len + fn_len >= MAXPATHLEN) {