summaryrefslogtreecommitdiff
path: root/libattr/attr_copy_file.c
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2005-08-10 06:00:14 +0000
committerNathan Scott <nathans@sgi.com>2005-08-10 06:00:14 +0000
commit3f29f9afac46a93321d554c053a8d5c74e831603 (patch)
tree17dfca0f344e950cbe99d8af2d8b69448236ac39 /libattr/attr_copy_file.c
parent3c39672164e2de512b7015e8798a55332e4595c9 (diff)
downloadattr-3f29f9afac46a93321d554c053a8d5c74e831603.tar.gz
Update Polish translation, and fix an error reporting botch in attr code.
Merge of master-melb:xfs-cmds:23447a by kenmcd.
Diffstat (limited to 'libattr/attr_copy_file.c')
-rw-r--r--libattr/attr_copy_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libattr/attr_copy_file.c b/libattr/attr_copy_file.c
index b137678..0dbdd98 100644
--- a/libattr/attr_copy_file.c
+++ b/libattr/attr_copy_file.c
@@ -149,7 +149,7 @@ attr_copy_file(const char *src_path, const char *dst_path,
break;
} else {
const char *qname = quote (ctx, name);
- error (ctx, _("setting attribute %s for"
+ error (ctx, _("setting attribute %s for "
"%s"), qname, qpath);
quote_free (ctx, qname);
ret = -1;