From 42a28d9d3a57471cb1409570cf68da9f98a95b76 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 26 Jan 2008 09:13:19 -0800 Subject: [PATCH] Improved a comment. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 072f55cf..649f2ef6 100644 --- a/main.c +++ b/main.c @@ -641,7 +641,7 @@ static char *get_local_name(struct file_list *flist, char *dest_path) * dry-run mode and the destination dir does not yet exist, we'll try to * tweak any dest-relative paths to make them work for a dry-run (the * destination dir must be in curr_dir[] when this function is called). - * We also report if any arg that is non-existent or not a directory. */ + * We also warn about any arg that is non-existent or not a directory. */ static void check_alt_basis_dirs(void) { STRUCT_STAT st; -- 2.34.1