summaryrefslogtreecommitdiff
path: root/src/inp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inp.c')
-rw-r--r--src/inp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inp.c b/src/inp.c
index dbc3f5d..7b80d71 100644
--- a/src/inp.c
+++ b/src/inp.c
@@ -198,7 +198,7 @@ get_input_file (char const *filename, char const *outname, mode_t mode)
else if (! ((S_ISREG (mode) || S_ISLNK (mode))
&& (mode & S_IFMT) == (instat.st_mode & S_IFMT)))
{
- say ("File %s is not a %s -- can't patch\n",
+ say ("File %s is not a %s -- refusing to patch\n",
quotearg (filename),
S_ISLNK (mode) ? "symbolic link" : "regular file");
return false;