Andrew Kuchling <akuchlin@mems-exchange.org>:

Typo in string literal: execpt --> except
This commit is contained in:
Fred Drake 2000-07-03 18:07:43 +00:00
parent 17647f5201
commit 22269b5976
1 changed files with 1 additions and 1 deletions

View File

@ -1651,7 +1651,7 @@ validate_try(tree)
&& validate_colon(CHILD(tree, nch - 2))
&& validate_suite(CHILD(tree, nch - 1)));
else {
const char* name = "execpt";
const char* name = "except";
char buffer[60];
if (TYPE(CHILD(tree, nch - 3)) != except_clause)
name = STR(CHILD(tree, nch - 3));