Skip to content

Commit

Permalink
Extend scripts/typos_allowlist.txt [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed May 16, 2024
1 parent 7585c6a commit 7232e90
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/typos_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,11 @@ either 2 or 4 comma separated values. The same rules apply for the source and de
# Package substitutefont no longer exists since TeXLive 2023 later than August 2023
.GetFieldDefn(lyr.GetLayerDefn().GetFieldIndex("LOGICALY"))
assert f.GetField("LOGICALY") == 1
* <li>JOIN_STYLE=ROUND/MITRE/BEVEL</li>
* <li>MITRE_LIMIT=double</li>
else if (EQUAL(pszValue, "MITRE"))
nStyle = GEOSBUF_JOIN_MITRE;
else if (EQUAL(pszParam, "MITRE_LIMIT"))
"Invalid value for MITRE_LIMIT: %s", pszValue);
* <li>JOIN_STYLE=ROUND/MITRE/BEVEL</li>
* <li>MITRE_LIMIT=double</li>

0 comments on commit 7232e90

Please sign in to comment.