diff options
Diffstat (limited to 'src/pathchk.c')
-rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index b337a3ba5..56490a6b9 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -167,7 +167,7 @@ no_leading_hyphen (char const *file) for (p = file; (p = strchr (p, '-')); p++) if (p == file || p[-1] == '/') { - error (0, 0, _("leading `-' in a component of file name %s"), + error (0, 0, _("leading '-' in a component of file name %s"), quote (file)); return false; } |