clarify group inherit error message

SVN revision: 65271
This commit is contained in:
Mike Blumenkrantz 2011-11-15 16:19:09 +00:00
parent 61655ba055
commit c164909d69
1 changed files with 1 additions and 1 deletions

View File

@ -2248,7 +2248,7 @@ st_collections_group_inherit(void)
}
if (!pc2)
{
ERR("%s: Error. parse error %s:%i. There isn't a part of the name %s",
ERR("%s: Error. parse error %s:%i. There isn't a group with the name %s",
progname, file_in, line - 1, parent_name);
exit(-1);
}