From 762a7e757f07d5b4e1ac37d6f90d71ea4aa1b937 Mon Sep 17 00:00:00 2001 From: Curtis Doty Date: Sun, 23 Jun 2024 00:00:29 +0000 Subject: [PATCH] Most open-source software use the en_US speling - apologies to the folks in the UK --- usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage.c b/usage.c index f346385f4..53305a205 100644 --- a/usage.c +++ b/usage.c @@ -313,7 +313,7 @@ void print_rsync_version(enum logcode f) rprintf(f,"\n"); rprintf(f,"rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n"); rprintf(f,"are welcome to redistribute it under certain conditions. See the GNU\n"); - rprintf(f,"General Public Licence for details.\n"); + rprintf(f,"General Public License for details.\n"); } void usage(enum logcode F)