small grammar fix

This commit is contained in:
gabriel.pettier 2012-08-18 19:34:16 +02:00
parent 9ec504dfd6
commit 6d2df26f0b
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@ cdef class JavaClass(object):
self.resolve_fields() self.resolve_fields()
cdef void call_constructor(self, args) except *: cdef void call_constructor(self, args) except *:
# the goal is to found the class constructor, and call it with the # the goal is to find the class constructor, and call it with the
# correct arguments. # correct arguments.
cdef jvalue *j_args = NULL cdef jvalue *j_args = NULL
cdef jobject j_self = NULL cdef jobject j_self = NULL