Skip to content

Commit 2da44a5

Browse files
committed
typo fixes [ci skip]
1 parent 1c0433f commit 2da44a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/tutorials/multidimensional_api_tut.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Read the content of an array
1111

1212
.. code-tab:: c++
1313

14-
// Note: since GDAL >= 3.12, "gdal_multidim_cpp.h" can alo be used.
14+
// Note: since GDAL >= 3.12, "gdal_multidim_cpp.h" can also be used.
1515
#include "gdal_priv.h"
1616

1717
int main()

doc/source/tutorials/raster_api_tut.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Once the drivers are registered, the application should call the free standing :
1515

1616
.. code-tab:: c++
1717

18-
// Note: since GDAL >= 3.12, "gdal_raster_cpp.h" can alo be used
18+
// Note: since GDAL >= 3.12, "gdal_raster_cpp.h" can also be used
1919
// or finer grained include files such as "gdal_drivermanager.h",
2020
// "gdal_dataset.h" and "gdal_rasterband.h".
2121
#include "gdal_priv.h"

doc/source/tutorials/vector_api_tut.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ all format drivers built into GDAL/OGR.
2626

2727
.. code-tab:: c++
2828

29-
// Note: since GDAL >= 3.12, "gdal_vector_cpp.h" can alo be used.
29+
// Note: since GDAL >= 3.12, "gdal_vector_cpp.h" can also be used.
3030
#include "ogrsf_frmts.h"
3131

3232
int main()

0 commit comments

Comments
 (0)