Skip to content

Commit cf2fd14

Browse files
committed
Fix typos
1 parent 722784a commit cf2fd14

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

autotest/gdrivers/nitf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7094,7 +7094,7 @@ def test_nitf_read_rpfhdr_rpfimg():
70947094
"""<tre name="RPFIMG" location="image">
70957095
<field name="LOCATION_SECTION_LENGTH" value="164" />
70967096
<field name="COMPONENT_LOCATION_OFFSET" value="14" />
7097-
<field name="NUMBER_OF_COMPOMENT_LOCATION_RECORDS" value="10" />
7097+
<field name="NUMBER_OF_COMPONENT_LOCATION_RECORDS" value="10" />
70987098
<field name="COMPONENT_LOCATION_RECORD_LENGTH" value="10" />
70997099
<field name="COMPONENT_AGGREGATE_LENGTH" value="69998" />"""
71007100
in md

frmts/nitf/data/nitf_spec.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,10 +2596,10 @@
25962596
<tre name="RPFIMG" location="image">
25972597
<field name="LOCATION_SECTION_LENGTH" length="2" type="UnsignedInt_BigEndian"/>
25982598
<field name="COMPONENT_LOCATION_OFFSET" length="4" type="UnsignedInt_BigEndian"/>
2599-
<field name="NUMBER_OF_COMPOMENT_LOCATION_RECORDS" length="2" type="UnsignedInt_BigEndian"/>
2599+
<field name="NUMBER_OF_COMPONENT_LOCATION_RECORDS" length="2" type="UnsignedInt_BigEndian"/>
26002600
<field name="COMPONENT_LOCATION_RECORD_LENGTH" length="2" type="UnsignedInt_BigEndian"/>
26012601
<field name="COMPONENT_AGGREGATE_LENGTH" length="4" type="UnsignedInt_BigEndian"/>
2602-
<loop counter="NUMBER_OF_COMPOMENT_LOCATION_RECORDS" name="CLR">
2602+
<loop counter="NUMBER_OF_COMPONENT_LOCATION_RECORDS" name="CLR">
26032603
<field name="COMPONENT_ID" length="2" type="UnsignedInt_BigEndian"/>
26042604
<field name="COMPONENT_LENGTH" length="4" type="UnsignedInt_BigEndian"/>
26052605
<field name="COMPONENT_LOCATION" length="4" type="UnsignedInt_BigEndian"/>

scripts/typos_allowlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,3 +366,5 @@ for Bosnia and Herzegovina (country code "BA"), limited to the "county" subtype.
366366
const bool bForcePaeth = EQUAL(pszGDAL_RASTER_TILE_PNG_FILTER, "PAETH");
367367
@pytest.mark.parametrize("GDAL_RASTER_TILE_PNG_FILTER", ["", "AVERAGE", "PAETH"])
368368
// We manually generate the PNG file using the Average or PAETH filter
369+
for (const CPLXMLNode *psIter = psTreNode->psChild;
370+
for (const CPLXMLNode *psIter = psTreNode->psChild;

0 commit comments

Comments
 (0)