]> andersk Git - moira.git/commitdiff
s/user/sponsor/. Fix pasto.
authorzacheiss <zacheiss>
Thu, 29 Nov 2007 22:43:45 +0000 (22:43 +0000)
committerzacheiss <zacheiss>
Thu, 29 Nov 2007 22:43:45 +0000 (22:43 +0000)
clients/moira/user.c

index 148e80611b1d949b71a44c49fb2e40e7dcea6036..69ab7b73ab3fc7e89ccab91285bdc82cb5ab0068 100644 (file)
@@ -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);
This page took 0.211733 seconds and 5 git commands to generate.