bin/xbps-uhelper/main.c: fix english. It's 'identical to' not 'identical than'

This commit is contained in:
Enno Boland 2014-08-12 08:09:36 +02:00
parent 64fe81d1bd
commit 80f4c2ed17

View File

@ -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;