From: Wayne Davison Date: Sun, 15 Dec 2013 00:25:18 +0000 (-0800) Subject: Fix a typo that Stefan Beller pointed out. X-Git-Tag: v3.1.1pre1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9398b1dc56ba370365f5faa57edbb35f44fb606;p=thirdparty%2Frsync.git Fix a typo that Stefan Beller pointed out. --- diff --git a/exclude.c b/exclude.c index a7331e27..b7aaa179 100644 --- 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) {