aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
Diffstat (limited to 'USER')
-rw-r--r--USER/USER.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/USER/USER.xs b/USER/USER.xs
index 64b30dc..ef6f1fb 100644
--- a/USER/USER.xs
+++ b/USER/USER.xs
@@ -512,7 +512,7 @@ Admin_UserAdd(self, ent, is_system, dont_create_home)
if (G_VALUE_HOLDS_STRING(value)) {
gidNumber = atol(g_value_get_string(value));
} else {
- warn(_("Cannot retrieve val"));
+ warn(_("Cannot retrieve value"));
}
/* Read the user's home directory. */