← Back to team overview

kicad-developers team mailing list archive

[PATCH 0/8] fixing various small spelling issues

 

From: Carsten Schoenert <c.schoenert@xxxxxxxxxxx>

While working on the packaging of KiCad 5 for Debian the lintian QS tool
found some spelling error which I fixed mostly by this series.
The patches are made against the tag 5.0.0-rc1.

I made small but a lot of patches which fixing only one specific
spelling issue. If you agree on the fixes feel free to merge all commits
into one before applying.

If you disagree with some fixes just drop the patch.

Regards
Carsten

Carsten Schoenert (8):
  fix misspelled 'accesing' -> 'accessing'
  fix misspelled 'Appearence' -> 'Appearance'
  fix misspelled 'Modifed' -> 'Modified'
  fix misspelled 'neeeded' -> 'needed'
  fix misspelled 'Occassionally' -> 'Occasionally'
  fix misspelled 'occured' -> 'occurred'
  fix misspelled 'streching' -> stretching
  fix misspelled 'Unkown' -> 'Unknown'

 common/gal/opengl/gl_builtin_shaders.cpp                 |  4 ++--
 eeschema/drc_erc_item.cpp                                |  2 +-
 eeschema/sch_eagle_plugin.cpp                            | 16 ++++++++--------
 include/tool/tool_manager.h                              |  2 +-
 pcbnew/board_netlist_updater.cpp                         |  2 +-
 pcbnew/dialogs/dialog_freeroute_exchange_help.html       |  2 +-
 pcbnew/dialogs/dialog_keepout_area_properties_base.fbp   |  2 +-
 .../dialogs/dialog_non_copper_zones_properties_base.fbp  |  2 +-
 pcbnew/dimension.cpp                                     |  2 +-
 pcbnew/pcbnew_config.cpp                                 |  2 +-
 10 files changed, 18 insertions(+), 18 deletions(-)

-- 
2.16.1



Follow ups