From 6d2df26f0be5ebd287411f2a9b3c3a9cd26ee299 Mon Sep 17 00:00:00 2001 From: "gabriel.pettier" Date: Sat, 18 Aug 2012 19:34:16 +0200 Subject: [PATCH] small grammar fix --- jnius/jnius.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jnius/jnius.pyx b/jnius/jnius.pyx index 0b368b9..91b4263 100644 --- a/jnius/jnius.pyx +++ b/jnius/jnius.pyx @@ -293,7 +293,7 @@ cdef class JavaClass(object): self.resolve_fields() 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. cdef jvalue *j_args = NULL cdef jobject j_self = NULL