From 686214e677408dd6e9f93941338df914d1c9164a Mon Sep 17 00:00:00 2001 From: zacheiss Date: Thu, 29 Nov 2007 22:43:45 +0000 Subject: [PATCH] s/user/sponsor/. Fix pasto. --- clients/moira/user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.45.2