diff --git a/Lib/python/README b/Lib/python/README index 70fca47d1..98ec5605d 100644 --- a/Lib/python/README +++ b/Lib/python/README @@ -52,7 +52,7 @@ std_wstring.i wstring /* ----------------------------------------------------------------------------- /* - * Implementation files: don't look at them unless you are realy drunk + * Implementation files: don't look at them unless you are really drunk * * ----------------------------------------------------------------------------- */ @@ -73,7 +73,7 @@ pyinit.swg Python Init method * ----------------------------------------------------------------------------- */ pyruntime.swg Main runtime file definition -pyapi.swg SWIG/Pyton API declarations +pyapi.swg SWIG/Python API declarations pyrun.swg Python run-time code /* ----------------------------------------------------------------------------- @@ -92,7 +92,7 @@ pydocs.swg Typemaps documentation * ----------------------------------------------------------------------------- */ pycontainer.swg python container iterators -std_common.i general common code for the STD/STL implementation +std_common.i general common code for the STD/STL implementation std_container.i general common code for the STD/STL containers @@ -101,5 +101,5 @@ std_container.i general common code for the STD/STL containers * ----------------------------------------------------------------------------- */ std_vectora.i vector + allocator (allocators are now supported in STD/STL) -typemaps.i old in/out typemaps (doen't need to be included) +typemaps.i old in/out typemaps (doesn't need to be included) defarg.swg for processing default arguments with shadow classes diff --git a/Lib/python/pyruntime.swg b/Lib/python/pyruntime.swg index 4294747b6..00f15a144 100644 --- a/Lib/python/pyruntime.swg +++ b/Lib/python/pyruntime.swg @@ -8,6 +8,6 @@ %insert(runtime) "pyhead.swg"; /* Python includes and fixes */ %insert(runtime) "pyerrors.swg"; /* Python errors */ %insert(runtime) "pythreads.swg"; /* Python thread code */ -%insert(runtime) "pyapi.swg"; /* Pyton API */ +%insert(runtime) "pyapi.swg"; /* Python API */ %insert(runtime) "pyrun.swg"; /* Python run-time code */