bin/xbps-uhelper/main.c: fix english. It's 'identical to' not 'identical than'
This commit is contained in:
parent
64fe81d1bd
commit
80f4c2ed17
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user