Opened 4 years ago
Closed 3 years ago
#3194 closed defect (fixed)
Patch to fix various spelling errors
Reported by: | Bas Couwenberg | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.2 |
Component: | Default | Version: | svn-trunk |
Keywords: | Cc: | Bas Couwenberg | |
CPU: | Unspecified | Platform: | All |
Description
The lintian QA tool reported some spelling errors for 7.2.0-RC1:
- betweeen -> between
- depenencies -> dependencies
- erroneus -> erroneous
- allows to <verb> -> allows <verb>ing
The attached patch fixes the issue and has been updated for trunk.
To fix these issues before the release, using the modified codespell as used by gdal is a good option, see:
https://trac.osgeo.org/gdal/browser/trunk/gdal/scripts/fix_typos.sh
Attachments (1)
Change History (9)
Changed 4 years ago by
Attachment: | spelling-errors.patch added |
---|
comment:1 Changed 4 years ago by
comment:4 follow-up: 5 Changed 4 years ago by
I guess so, especially if the fix_typos.sh
script is incorporated into the development and release process.
comment:5 Changed 4 years ago by
Replying to sebastic:
I guess so, especially if the
fix_typos.sh
script is incorporated into the development and release process.
Cool script, thanks to author Even Rouault (spatialys.com) and for the hint!
Added in slightly modified for for GRASS GIS in r69810.
Numerous typos fixed in r69811 (trunk) and r69812 (relbranch72). More typo checks may be needed.
comment:7 Changed 4 years ago by
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:8 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Taking liberty to close. Feel free to reopen if needed.
In 69748: