summaryrefslogtreecommitdiff
path: root/numpy/f2py/rules.py
diff options
context:
space:
mode:
authorDongjoon Hyun <dongjoon@apache.org>2016-01-27 15:42:42 -0800
committerDongjoon Hyun <dongjoon@apache.org>2016-01-27 21:14:48 -0800
commit73a2fd11a74eedb97201fc8d54ea193e810ea9d3 (patch)
treea1ebf45fcdc82a939bedc61bde2e6a2836fae453 /numpy/f2py/rules.py
parent2b34f4bf652189e0415d5bf48ef7aa3294302871 (diff)
downloadnumpy-73a2fd11a74eedb97201fc8d54ea193e810ea9d3.tar.gz
MAINT: Fix some typos in a code string and comments
Diffstat (limited to 'numpy/f2py/rules.py')
-rw-r--r--numpy/f2py/rules.py8
1 files changed, 4 insertions, 4 deletions
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 = ...