From fe2675fcd256dbd5fd33c10a94ed6c58f4bb5c5b Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 29 Feb 2012 23:32:59 +0100 Subject: Typo fixes, message changes for easier i18n Signed-off-by: Jan Kara --- set_limits_example.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'set_limits_example.c') diff --git a/set_limits_example.c b/set_limits_example.c index 4147bba..99a1b21 100644 --- a/set_limits_example.c +++ b/set_limits_example.c @@ -30,7 +30,7 @@ static int copy_user_quota_limits(const char *block_device, uid_t from, uid_t to } } -static int copy_group_quota_limits(const char *block_device, gid_t from, gid_t to) +tatic int copy_group_quota_limits(const char *block_device, gid_t from, gid_t to) { struct dqblk dq; @@ -40,14 +40,14 @@ static int copy_group_quota_limits(const char *block_device, gid_t from, gid_t t } else { errstr( - _("copy_group_quota_limits: Failed to set groupquota for uid %ld : %s\n"), + _("copy_group_quota_limits: Failed to set groupquota for gid %ld : %s\n"), to, strerror(errno)); return (1); } } else { errstr( - _("copy_group_quota_limits: Failed to get groupquota for uid %ld : %s\n"), + _("copy_group_quota_limits: Failed to get groupquota for gid %ld : %s\n"), from, strerror(errno)); return (1); } -- cgit v1.2.1