aboutsummaryrefslogtreecommitdiffstats
path: root/src/fcopy/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcopy/main.c')
-rw-r--r--src/fcopy/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fcopy/main.c b/src/fcopy/main.c
index 572e9f601..869549821 100644
--- a/src/fcopy/main.c
+++ b/src/fcopy/main.c
@@ -340,7 +340,7 @@ static char *check(const char *src) {
340 340
341errexit: 341errexit:
342 free(rsrc); 342 free(rsrc);
343 fprintf(stderr, "Error fcopy: invalid file %s\n", src); 343 fprintf(stderr, "Error fcopy: invalid ownership for file %s\n", src);
344 exit(1); 344 exit(1);
345} 345}
346 346