From 23ba4f82e4260caf1fe17a5f817162566d14ffba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 1 Sep 2015 11:15:30 -0400 Subject: [PATCH] contrib/objcwrapper: minor style fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/objcwrapper/src/objc_generator.nit | 2 +- contrib/objcwrapper/src/objc_visitor.nit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/objcwrapper/src/objc_generator.nit b/contrib/objcwrapper/src/objc_generator.nit index 3750dba..f2f04a9 100644 --- a/contrib/objcwrapper/src/objc_generator.nit +++ b/contrib/objcwrapper/src/objc_generator.nit @@ -176,7 +176,7 @@ end write_method_signature(method, file) - write_objc_init_call(classe.name, method, file) + write_objc_init_call(classe.name, method, file) end end diff --git a/contrib/objcwrapper/src/objc_visitor.nit b/contrib/objcwrapper/src/objc_visitor.nit index 295434e..1851a41 100644 --- a/contrib/objcwrapper/src/objc_visitor.nit +++ b/contrib/objcwrapper/src/objc_visitor.nit @@ -45,7 +45,7 @@ redef class Nlines_interface var interface_block = n_interface_block if interface_block == null then return - # If reopening a class, continue with the exisitng one + # If reopening a class, continue with the existing one var c = null for objc_class in v.model.classes do if objc_class.name == n_class.text then -- 1.7.9.5