Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 28, 2023
1 parent cec9364 commit da18f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogr/ogrsf_frmts/generic/ogrlayer_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ struct OGRLayer::Private
// to store the mapping between the input Arrow field name and the
// output OGR field name, that can be different sometimes (for example
// Shapefile truncating at 10 characters)
// This is admitedly not super clean to store that mapping at that level.
// This is admittedly not super clean to store that mapping at that level.
// We should probably have CreateFieldFromArrowSchema() and
// WriteArrowBatch() explictly returning and accepting that mapping.
// WriteArrowBatch() explicitly returning and accepting that mapping.
std::map<std::string, std::string> m_oMapArrowFieldNameToOGRFieldName{};
};
//! @endcond
Expand Down

0 comments on commit da18f87

Please sign in to comment.