Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc. typos #668

Merged
merged 3 commits into from
Jun 7, 2018
Merged

Misc. typos #668

merged 3 commits into from
Jun 7, 2018

Conversation

luzpaz
Copy link
Contributor

@luzpaz luzpaz commented Jun 6, 2018

Found via codespell -q 3 -I ../gdal-word-whitelist.txt where whitelist consists of:

als
ang
ans
dum
geometrie
iff
lod
merget
nd
objext
oder
oposition
pres
poiter
posession
repid
ressource
sinc
som
te
templat
titel

// TODO: Fix spelling - lenght -> length
if( oaf->oa.oa_val[i].lenght > 0 )
oField.SetWidth( oaf->oa.oa_val[i].lenght );
if( oaf->oa.oa_val[i].length > 0 )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert the changes in that file. The typo comes from third party code and fixing it breaks compilation

@@ -337,7 +337,7 @@ def ogr_interlis1_7():
feat = lyr.GetNextFeature()

# Interlis 1 Encoding is ISO 8859-1 (Latin1)
# Pyton source code is UTF-8 encoded
# Phyton source code is UTF-8 encoded
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python

luzpaz added 3 commits June 6, 2018 21:00
Found via `codespell -q 3 -I ../gdal-word-whitelist.txt` where whitelist consists of:
```
als
ang
ans
dum
geometrie
iff
lod
merget
nd
objext
oder
oposition
pres
poiter
posession
repid
ressource
sinc
som
te
templat
titel
```
Please carefully review these. I can squash this commit after it's been reviewed.
@rouault rouault merged commit 6ef1319 into OSGeo:master Jun 7, 2018
@luzpaz luzpaz deleted the Misc-typos branch June 7, 2018 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants