Skip to content

Commit 2943d03

Browse files
committed
typo fixes [ci skip]
1 parent 360432f commit 2943d03

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

autotest/utilities/test_gdal_viewshed.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def test_gdal_viewshed_all_options(gdal_viewshed_path, tmp_path, viewshed_input)
216216
# doing floating point math (because of -ffast-math, for example).
217217
# The test below checks that the COUNT of visible cells is the same, but it is
218218
# not the case that the actual cells marked visible aren't different. That the
219-
# count is the same is luck. If changes are made or compliers/options change,
219+
# count is the same is luck. If changes are made or compilers/options change,
220220
# the expected value in the test below may need to be changed/added to in order
221221
# to accommodate all the compilers with a single test. See
222222
# ViewshedExecutor::setOutput for the comparison that is at issue.

scripts/fix_typos.sh

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ AUTHORIZED_LIST="$AUTHORIZED_LIST,CURLE_FILE_COULDNT_READ_FILE"
128128
AUTHORIZED_LIST="$AUTHORIZED_LIST,nParms,ProjParm,ProjParmId,GTIFFetchProjParms,gdal_GTIFFetchProjParms" # API of libgeotiff
129129
AUTHORIZED_LIST="$AUTHORIZED_LIST,lon,Lon,LON"
130130
AUTHORIZED_LIST="$AUTHORIZED_LIST,MM_MARCA_VERSIO_1_DBF_ESTESA,MM_PERIMETRE_INIT_SIZE,MM_PERIMETRE_DECIMALS_SIZE,szMMNomCampPerimetreDefecte,MM_CAMP_ES_PERIMETRE,szMMNomCampNPoligonsDefecte,MM_CAMP_MOSTRABLE_QUAN_TE_CONTINGUT,MM_CAMP_ES_PERIMETRE_3D,SECTION_VERSIO"
131+
AUTHORIZED_LIST="$AUTHORIZED_LIST,oTe"
131132

132133
python3 fix_typos/codespell/codespell.py -w -i 3 -q 2 -S "$EXCLUDED_FILES,./autotest/*,./build*/*" \
133134
-x scripts/typos_allowlist.txt --words-white-list=$AUTHORIZED_LIST \

0 commit comments

Comments
 (0)