Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 6, 2023
1 parent 9fe920b commit df6531f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autotest/ogr/ogr_geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -4346,7 +4346,7 @@ def test_ogr_geojson_field_types():


###############################################################################
# Test openening with non C locale
# Test opening with non C locale


def test_ogr_geojson_open_with_non_C_locale():
Expand Down
4 changes: 2 additions & 2 deletions swig/python/modify_cpp_files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ endif()
# The following hack just makes SWIG_Python_DestroyModule() a no-op, which
# will leak a bit of memory, but anyway SWIG currently can only free one single
# SWIG module, so we had already memleaks
# To be revisted if above mentionned SWIG issues are resolved
# To be revisted if above mentioned SWIG issues are resolved
string(REPLACE "if (--interpreter_counter != 0) // another sub-interpreter may still be using the swig_module's types"
"/* Even Rouault / GDAL hack for SWIG >= 4.1 related to objects not beeing freed. See swig/python/modify_cpp_files.cmake for more details */\nif( 1 )"
"/* Even Rouault / GDAL hack for SWIG >= 4.1 related to objects not being freed. See swig/python/modify_cpp_files.cmake for more details */\nif( 1 )"
_CONTENTS "${_CONTENTS}")

file(WRITE ${FILE} "${_CONTENTS}")

0 comments on commit df6531f

Please sign in to comment.