From 73a2fd11a74eedb97201fc8d54ea193e810ea9d3 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 27 Jan 2016 15:42:42 -0800 Subject: MAINT: Fix some typos in a code string and comments --- numpy/f2py/rules.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numpy/f2py/rules.py') diff --git a/numpy/f2py/rules.py b/numpy/f2py/rules.py index 2ea8351a2..37cc76ec2 100644 --- a/numpy/f2py/rules.py +++ b/numpy/f2py/rules.py @@ -15,14 +15,14 @@ wrapper_function(args) get_b_from_python if (successful) { - callfortran - if (succesful) { + call_fortran + if (successful) { put_a_to_python - if (succesful) { + if (successful) { put_b_to_python - if (succesful) { + if (successful) { buildvalue = ... -- cgit v1.2.1