From 80f4c2ed1747487efec1c7813540d16c1ab57946 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 12 Aug 2014 08:09:36 +0200 Subject: [PATCH] bin/xbps-uhelper/main.c: fix english. It's 'identical to' not 'identical than' --- bin/xbps-uhelper/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-uhelper/main.c b/bin/xbps-uhelper/main.c index f8c7ac13..be4f957b 100644 --- a/bin/xbps-uhelper/main.c +++ b/bin/xbps-uhelper/main.c @@ -261,7 +261,7 @@ main(int argc, char **argv) printf("%s: %s\n", argv[i], xbps_fetch_error_string()); } else if (rv == 0) { - printf("%s: file is identical than remote.\n", + printf("%s: file is identical with remote.\n", argv[i]); } else rv = 0;