summaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/same_modnames2
diff options
context:
space:
mode:
authorluz paz <luzpaz@pm.me>2022-04-10 11:49:43 -0400
committerOlly Betts <ojwbetts@gmail.com>2022-04-11 07:59:36 +1200
commitc8bec185541a5839a2a1728d3d83a180d4cd93ad (patch)
treee469fe4f373d7af2cf7bd5a69ddd60190a836962 /Examples/python/import_packages/same_modnames2
parent1aeaa2a64424e5ffa3797063e23591854a7a5399 (diff)
downloadswig-c8bec185541a5839a2a1728d3d83a180d4cd93ad.tar.gz
Fix various typos
Found via `codespell -q 3 -L ans,anumber,ba,bae,chello,clos,cmo,coo,dout,fo,funktion,goin,inout,methid,nd,nin,nnumber,object,objekt,od,ois,packag,parm,parms,pres,statics,strack,struc,tempdate,te,thru,uint,upto,writen`
Diffstat (limited to 'Examples/python/import_packages/same_modnames2')
-rw-r--r--Examples/python/import_packages/same_modnames2/runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import_packages/same_modnames2/runme.py b/Examples/python/import_packages/same_modnames2/runme.py
index 190dadc77..48c209b86 100644
--- a/Examples/python/import_packages/same_modnames2/runme.py
+++ b/Examples/python/import_packages/same_modnames2/runme.py
@@ -4,7 +4,7 @@ import sys
def run_except_on_windows(commandline, env=None):
if os.name != "nt" and sys.platform != "cygwin":
- # Strange failures on windows/cygin/mingw
+ # Strange failures on windows/cygwin/mingw
subprocess.check_call(commandline, env=env, shell=True)
print((" Finished running: " + commandline))