From d10f31748b3ae88c693c51213d778aa9e1f25ee9 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Fri, 31 Jan 2025 15:57:33 +0100 Subject: [PATCH] Doc: gdal_rasterize.rst: fix spelling&error of previous commit --- doc/source/programs/gdal_rasterize.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/programs/gdal_rasterize.rst b/doc/source/programs/gdal_rasterize.rst index 16790d9372f2..fb5157f6e596 100644 --- a/doc/source/programs/gdal_rasterize.rst +++ b/doc/source/programs/gdal_rasterize.rst @@ -194,8 +194,8 @@ raster data is only supported since GDAL 2.1.0. Force the algorithm used (results are identical). Raster mode is used in most cases and optimizes read/write operations. The vector mode is useful with a large amount of input features and - optimizes CPU use, provided that the input image is tiled. - Auto mode (the default) will chose the + optimizes CPU use, provided that the output image is tiled. + Auto mode (the default) will choose the algorithm based on input and output properties. .. versionadded:: 2.3