Commit 22269b59 authored by Fred Drake's avatar Fred Drake

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

Typo in string literal: execpt --> except
parent 17647f52
......@@ -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));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment