From: Stefan Behnel Date: Wed, 26 Nov 2008 13:58:56 +0000 (+0100) Subject: fixed typo X-Git-Tag: 0.11-beta~211 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5cedafb2c068ceddf18690aaf00b9ea17ac3258d;p=cython.git fixed typo --- diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 73a57495..a2efeed5 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -800,7 +800,7 @@ class CStructOrUnionDefNode(StatNode): for attr in self.attributes: attr.analyse_declarations(env, scope) if self.visibility != 'extern': - needs_typedef_indirection = False + need_typedef_indirection = False for attr in scope.var_entries: type = attr.type while type.is_array: