]> andersk Git - moira.git/blobdiff - clients/moira/user.c
s/user/sponsor/. Fix pasto.
[moira.git] / 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.045403 seconds and 4 git commands to generate.