fixed spelling of expected

CVS patchset: 2224
CVS date: 1998/08/03 14:59:00
This commit is contained in:
ewt 1998-08-03 14:59:00 +00:00
parent f33efd0cc4
commit 9ad6207b3d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}