From: zacheiss Date: Thu, 29 Nov 2007 22:43:45 +0000 (+0000) Subject: s/user/sponsor/. Fix pasto. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/686214e677408dd6e9f93941338df914d1c9164a s/user/sponsor/. Fix pasto. --- diff --git a/clients/moira/user.c b/clients/moira/user.c index 148e8061..69ab7b73 100644 --- a/clients/moira/user.c +++ b/clients/moira/user.c @@ -1181,7 +1181,7 @@ int UserBySponsor(int argc, char **argv) struct mqelem *top; type = strdup("USER"); - if (GetTypeFromUser("Type of owner", "ace_type", &type) == SUB_ERROR) + if (GetTypeFromUser("Type of sponsor", "ace_type", &type) == SUB_ERROR) return DM_NORMAL; sprintf(buf, "Name of %s", type);