Skip to content

Commit

Permalink
typo fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Apr 17, 2024
1 parent 901ae03 commit 03f30b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/development/building_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ PROJ
.. versionadded:: 3.9

Control the mode used for find_package(PROJ).
Alters how the default CMake seach logic
Alters how the default CMake search logic
(https://cmake.org/cmake/help/latest/command/find_package.html) applies.
Defaults to CUSTOM, where the CONFIG mode is applied for PROJ >= 8, and
fallbacks to default MODULE mode otherwise.
Expand Down
2 changes: 1 addition & 1 deletion doc/source/drivers/vector/gpkg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ custom entry of srs_id=99999 with the following properties:
Note that the use of a LOCAL_CS / EngineeringCRS is mostly to provide a valid
CRS definition to comply with the requirements of the GeoPackage specification
and to be compatible of other applications (or GDAL 3.8 or earlier), but the
semantics of that entry is intented to be "undefined SRS of any kind".
semantics of that entry is intended to be "undefined SRS of any kind".

Level of support of GeoPackage Extensions
-----------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ogr/ogrsf_frmts/arrow_common/ograrrowlayer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5580,7 +5580,7 @@ inline int OGRArrowLayer::GetNextArrowArray(struct ArrowArrayStream *stream,
const auto nFeatureIdxCur = m_nFeatureIdx;
// TODO: We likely have an issue regarding FIDs based on m_nFeatureIdx
// when m_iFIDArrowColumn < 0, only a subset of row groups is
// selected, and this batch goes accross non consecutive row groups.
// selected, and this batch goes across non consecutive row groups.
for (int64_t i = 0; i < m_nIdxInBatch; ++i)
IncrFeatureIdx();

Expand Down
2 changes: 1 addition & 1 deletion ogr/ogrsf_frmts/parquet/ogr_parquet.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class OGRParquetLayer final : public OGRParquetLayerBase
//! Iterator over m_asFeatureIdxRemapping
std::vector<std::pair<int64_t, int64_t>>::iterator
m_oFeatureIdxRemappingIter{};
//! Feature index among the potentially restricted set of selected row gropus
//! Feature index among the potentially restricted set of selected row groups
int64_t m_nFeatureIdxSelected = 0;
std::vector<int> m_anRequestedParquetColumns{}; // only valid when
// m_bIgnoredFields is set
Expand Down
1 change: 1 addition & 0 deletions scripts/typos_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -305,3 +305,4 @@ either 2 or 4 comma separated values. The same rules apply for the source and de
FAIL_REGEX "[Uu]nknown switch" # PGI
* Esben Mose Hansen, Ange Optimization ApS
SetLinearUnits("kilometre", 1000.0);
// F(ixed) S(ize) L(ist) of (x,y[,z][,m]) values / Interleaved layout
2 changes: 1 addition & 1 deletion swig/include/python/docs/osr_spatialreference_docs.i
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ Examples

%feature("docstring") GetSemiMajor "
Get spheroid semi major axis (in metres starting with GDAL 3.0)
Get spheroid semi major axis (in meters starting with GDAL 3.0)
See :cpp:func:`OGRSpatialReference::GetSemiMajor`.
Expand Down

0 comments on commit 03f30b1

Please sign in to comment.