fixed spelling of expected
CVS patchset: 2224 CVS date: 1998/08/03 14:59:00
This commit is contained in:
parent
f33efd0cc4
commit
9ad6207b3d
|
@ -1264,7 +1264,7 @@ static int parseExpression(struct sprintfToken * token, char * str,
|
|||
*chptr++ = '\0';;
|
||||
|
||||
if (*chptr != '{') {
|
||||
*error = _("{ exected after ? in expression");
|
||||
*error = _("{ expected after ? in expression");
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue