Bug #985
Patch to fix spelling errors
Status: | Closed | Start date: | 2016-10-22 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | - | |||
Target version: | Candidate for next bugfix release | |||
Affected version: | 5.x-svn | Platform: | Linux |
Description
The lintian QA tool reported a number of spelling errors for the gmt 5.3.1 Debian package build:
- occours → occurs
- mutiple → multiple
- postive → positive
- ommited → omitted
- Quiting → Quitting
- verticies → vertices
- exlusive → exclusive
If you'd like to catch these before the release, using the modified codespell used by GDAL is a good option then, see:
https://trac.osgeo.org/gdal/browser/trunk/gdal/scripts/fix_typos.sh
History
#1
Updated by Paul over 4 years ago
- Status changed from New to In Progress
- Assignee set to Paul
- % Done changed from 0 to 100
Thanks, fixed in r17237. We'll look at the GDAL script as well.
#2
Updated by Joaquim over 4 years ago
- Status changed from In Progress to Resolved
#3
Updated by Paul over 4 years ago
I have now integrated the fix_typos.sh script with GMT to prevent further typos. Thanks for the tip!. Tons of coding comments and a few documentation typos fixed in r17328.
#4
Updated by Paul over 4 years ago
- Status changed from Resolved to Closed
Closing this now script has been added.