From: Carsten Schoenert <[email protected]> While improving the packaging of the KiCad 5 binaries for Debian Lintian, one of the QS tools for package maintaining, some more spelling issue got discovered.
Mostly around 'allow to' and 'an other'. The patches are based on cb2c447c23d687a4573f04a7a04d7b1f5944b747. All fixes are inside comments and on a few l10n strings. I'm not a native English speaking person so some grammer issues may be still alive or introduced by me. :-) Hopefully none. If not please comment and I will update the patches if needed. Regards Carsten Carsten Schoenert (3): fix misspelled 'allows to' -> 'allows one to' fix misspelled 'Allows to' -> 'Allows one to' fix misspelled 'an other' -> 'another' 3d-viewer/3d_canvas/eda_3d_canvas.cpp | 2 +- .../c3d_render_createscene_ogl_legacy.cpp | 2 +- .../3d_render_raytracing/c3d_render_createscene.cpp | 2 +- .../3d_render_raytracing/c3d_render_raytracing.cpp | 2 +- Documentation/changelogs/CHANGELOG-2008.txt | 2 +- Documentation/changelogs/CHANGELOG-2009.txt | 2 +- common/draw_panel.cpp | 4 ++-- common/gal/opengl/gl_builtin_shaders.cpp | 4 ++-- common/kiway_player.cpp | 2 +- common/lib_id.cpp | 2 +- common/page_layout/page_layout_reader.cpp | 2 +- common/pgm_base.cpp | 2 +- common/tool/tool_dispatcher.cpp | 2 +- eeschema/dialogs/dialog_edit_components_libid.cpp | 6 +++--- eeschema/dialogs/dialog_print_using_printer.cpp | 4 ++-- eeschema/dialogs/dialog_sim_settings.cpp | 4 ++-- eeschema/edit_label.cpp | 2 +- eeschema/erc.cpp | 4 ++-- eeschema/erc.h | 4 ++-- eeschema/invoke_sch_dialog.h | 2 +- eeschema/netlist_object.h | 5 +++-- eeschema/pinedit.cpp | 2 +- eeschema/sch_base_frame.h | 2 +- eeschema/sch_edit_frame.cpp | 2 +- eeschema/sch_edit_frame.h | 6 +++--- eeschema/sch_legacy_plugin.cpp | 2 +- eeschema/sch_screen.cpp | 6 +++--- eeschema/sch_sheet_path.h | 4 ++-- eeschema/viewlib_frame.cpp | 2 +- gerbview/files.cpp | 2 +- gerbview/gerbview_frame.h | 2 +- include/bitmap_base.h | 2 +- include/class_drawpanel.h | 2 +- include/dsnlexer.h | 2 +- include/undo_redo_container.h | 2 +- include/view/view.h | 2 +- pagelayout_editor/pl_editor_frame.h | 2 +- pcbnew/class_board.cpp | 16 ++++++++-------- pcbnew/connectivity_algo.h | 4 ++-- pcbnew/dialogs/dialog_copper_zones_base.fbp | 2 +- pcbnew/dialogs/dialog_design_rules.cpp | 2 +- pcbnew/dialogs/dialog_export_vrml.cpp | 2 +- pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp | 2 +- pcbnew/drc.h | 4 ++-- pcbnew/drc_clearance_test_functions.cpp | 4 ++-- pcbnew/footprint_editor_utils.cpp | 2 +- pcbnew/onrightclick.cpp | 2 +- pcbnew/pcb_edit_frame.cpp | 2 +- pcbnew/pcbnew.cpp | 2 +- pcbnew/plot_board_layers.cpp | 2 +- pcbnew/tools/edit_constraints.h | 2 +- pcbnew/tools/edit_tool.h | 2 +- pcbnew/tools/position_relative_tool.h | 2 +- pcbnew/tools/selection_tool.h | 2 +- pcbnew/zones_by_polygon.cpp | 4 ++-- pcbnew/zones_functions_for_undo_redo.cpp | 4 ++-- 56 files changed, 83 insertions(+), 82 deletions(-) -- 2.16.3 _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

