From 79fa911e0ef046a6e1121eb96fc46da2590a3e33 Mon Sep 17 00:00:00 2001 From: luz paz Date: Sun, 3 Jul 2022 00:20:05 -0400 Subject: [PATCH] Fix various typos Found via `codespell -q 3 -S *.po,./thirdparty,./Documentation/changelogs -L aactual,acount,aline,alocation,alog,anormal,anumber,aother,apoints,aparent,aray,ba,busses,dout,einstance,leaded,modul,ontext,ot,overide,serie,te,,tesselate,tesselator,tht` --- 3d-viewer/3d_canvas/board_adapter.cpp | 2 +- 3d-viewer/3d_rendering/render_3d_base.h | 2 +- 3d-viewer/credits.txt | 3 ++- 3d-viewer/dialogs/dialog_select_3d_model_base.h | 2 +- 3d-viewer/dialogs/panel_3D_display_options_base.h | 2 +- bitmap2component/bitmap2cmp_gui_base.h | 2 +- common/dialogs/dialog_HTML_reporter_base.h | 2 +- common/dialogs/dialog_color_picker_base.h | 2 +- common/dialogs/dialog_configure_paths_base.h | 2 +- common/dialogs/dialog_global_lib_table_config_base.h | 2 +- common/dialogs/dialog_grid_settings_base.h | 2 +- common/dialogs/dialog_locked_items_query_base.h | 2 +- common/dialogs/dialog_migrate_settings_base.h | 2 +- common/dialogs/dialog_page_settings_base.h | 2 +- common/dialogs/dialog_paste_special_base.h | 2 +- common/dialogs/dialog_print_generic_base.h | 2 +- common/dialogs/eda_list_dialog_base.h | 2 +- common/dialogs/panel_common_settings.cpp | 2 +- common/dialogs/panel_text_variables_base.h | 2 +- common/dialogs/wx_html_report_panel_base.h | 2 +- common/kicad_curl/kicad_curl_easy.cpp | 2 +- common/locale_io.cpp | 6 +++--- common/plotters/HPGL_plotter.cpp | 4 ++-- common/plotters/SVG_plotter.cpp | 2 +- common/plugins/altium/altium_parser.h | 2 +- common/plugins/altium/altium_parser_utils.cpp | 2 +- common/plugins/cadstar/cadstar_archive_parser.h | 2 +- common/widgets/stepped_slider.cpp | 2 +- pcb_calculator/calculator_panels/panel_attenuators.h | 2 +- pcb_calculator/calculator_panels/panel_board_class.h | 2 +- pcb_calculator/calculator_panels/panel_cable_size.h | 2 +- pcb_calculator/calculator_panels/panel_color_code.h | 2 +- pcb_calculator/calculator_panels/panel_electrical_spacing.h | 2 +- pcb_calculator/calculator_panels/panel_eserie.h | 2 +- pcb_calculator/calculator_panels/panel_fusing_current.h | 2 +- pcb_calculator/calculator_panels/panel_regulator.h | 2 +- pcb_calculator/calculator_panels/panel_track_width.h | 2 +- pcb_calculator/calculator_panels/panel_transline.h | 2 +- pcb_calculator/calculator_panels/panel_via_size.h | 2 +- pcb_calculator/dialogs/dialog_regulator_form_base.h | 2 +- pcb_calculator/eserie.h | 4 ++-- pcb_calculator/params_read_write.cpp | 2 +- pcb_calculator/transline/c_microstrip.cpp | 4 ++-- plugins/3d/oce/loadmodel.cpp | 2 +- plugins/3d/vrml/v1/vrml1_coords.cpp | 2 +- qa/data/pcbnew/issue10906.kicad_pcb | 2 +- qa/data/pcbnew/issue832.kicad_pcb | 4 ++-- qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr | 6 +++--- .../plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod | 2 +- qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb | 2 +- qa/unittests/common/plugins/altium/test_altium_parser.cpp | 4 ++-- qa/unittests/common/test_bitmap_base.cpp | 2 +- resources/msw/kiwin32-dll.rc | 2 +- resources/msw/kiwin32.rc | 2 +- tools/test-nm-biu-to-ascii-mm-round-tripping.cpp | 2 +- utils/idftools/vrml_layer.h | 2 +- utils/kicad2step/kicad2step_frame_base.h | 2 +- 57 files changed, 67 insertions(+), 66 deletions(-) diff --git a/3d-viewer/3d_canvas/board_adapter.cpp b/3d-viewer/3d_canvas/board_adapter.cpp index b020fd9de9..61fb32c72e 100644 --- a/3d-viewer/3d_canvas/board_adapter.cpp +++ b/3d-viewer/3d_canvas/board_adapter.cpp @@ -263,7 +263,7 @@ bool BOARD_ADAPTER::Is3dLayerEnabled( PCB_LAYER_ID aLayer ) const bool BOARD_ADAPTER::IsFootprintShown( FOOTPRINT_ATTR_T aFPAttributes ) const { - if( m_IsPreviewer ) // In panel Preview, footprints are always shown, of cource + if( m_IsPreviewer ) // In panel Preview, footprints are always shown, of course return true; if( aFPAttributes & FP_SMD ) diff --git a/3d-viewer/3d_rendering/render_3d_base.h b/3d-viewer/3d_rendering/render_3d_base.h index d208b28ef0..c088e536f4 100644 --- a/3d-viewer/3d_rendering/render_3d_base.h +++ b/3d-viewer/3d_rendering/render_3d_base.h @@ -98,7 +98,7 @@ protected: */ std::unique_ptr CreateBusyIndicator() const; - ///< the canvas to disply the scene + ///< the canvas to display the scene EDA_3D_CANVAS* m_canvas; ///< Settings reference in use for this render. diff --git a/3d-viewer/credits.txt b/3d-viewer/credits.txt index 9c54d9a200..efc89e45eb 100644 --- a/3d-viewer/credits.txt +++ b/3d-viewer/credits.txt @@ -1,7 +1,8 @@ Credits ======= -The 3D-viewer contains parts, source code or adaptations or implementations that should give the following aknowledge: +The 3D-viewer contains parts, source code or adaptations or implementations that should give the following +aknowledgments: cbvh_packet_traversal.cpp diff --git a/3d-viewer/dialogs/dialog_select_3d_model_base.h b/3d-viewer/dialogs/dialog_select_3d_model_base.h index ecec634fbe..81f7eff1cb 100644 --- a/3d-viewer/dialogs/dialog_select_3d_model_base.h +++ b/3d-viewer/dialogs/dialog_select_3d_model_base.h @@ -51,7 +51,7 @@ class DIALOG_SELECT_3D_MODEL_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnFileActivated( wxCommandEvent& event ) { event.Skip(); } virtual void OnSelectionChanged( wxCommandEvent& event ) { event.Skip(); } virtual void SetRootDir( wxCommandEvent& event ) { event.Skip(); } diff --git a/3d-viewer/dialogs/panel_3D_display_options_base.h b/3d-viewer/dialogs/panel_3D_display_options_base.h index 8ea61f6616..a2108e3b18 100644 --- a/3d-viewer/dialogs/panel_3D_display_options_base.h +++ b/3d-viewer/dialogs/panel_3D_display_options_base.h @@ -59,7 +59,7 @@ class PANEL_3D_DISPLAY_OPTIONS_BASE : public RESETTABLE_PANEL wxStaticText* m_staticAnimationSpeed; wxSlider* m_sliderAnimationSpeed; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnCheckRealisticMode( wxCommandEvent& event ) { event.Skip(); } virtual void OnCheckEnableAnimation( wxCommandEvent& event ) { event.Skip(); } diff --git a/bitmap2component/bitmap2cmp_gui_base.h b/bitmap2component/bitmap2cmp_gui_base.h index 2bf0c8d149..0497d6bcfb 100644 --- a/bitmap2component/bitmap2cmp_gui_base.h +++ b/bitmap2component/bitmap2cmp_gui_base.h @@ -79,7 +79,7 @@ class BM2CMP_FRAME_BASE : public KIWAY_PLAYER wxRadioBox* m_rbPCBLayer; wxStatusBar* m_statusBar; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnPaintInit( wxPaintEvent& event ) { event.Skip(); } virtual void OnPaintGreyscale( wxPaintEvent& event ) { event.Skip(); } virtual void OnPaintBW( wxPaintEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_HTML_reporter_base.h b/common/dialogs/dialog_HTML_reporter_base.h index a79e4830cf..d4b36a986d 100644 --- a/common/dialogs/dialog_HTML_reporter_base.h +++ b/common/dialogs/dialog_HTML_reporter_base.h @@ -37,7 +37,7 @@ class DIALOG_HTML_REPORTER : public DIALOG_SHIM wxStdDialogButtonSizer* m_sdbSizer; wxButton* m_sdbSizerOK; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnErrorLinkClicked( wxHtmlLinkEvent& event ) { event.Skip(); } virtual void OnOK( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_color_picker_base.h b/common/dialogs/dialog_color_picker_base.h index b69a805b47..2e02b54c88 100644 --- a/common/dialogs/dialog_color_picker_base.h +++ b/common/dialogs/dialog_color_picker_base.h @@ -75,7 +75,7 @@ class DIALOG_COLOR_PICKER_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onRGBMouseClick( wxMouseEvent& event ) { event.Skip(); } virtual void onRGBMouseDrag( wxMouseEvent& event ) { event.Skip(); } virtual void OnChangeEditRed( wxSpinEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_configure_paths_base.h b/common/dialogs/dialog_configure_paths_base.h index 8348640bcb..0cf4d871f4 100644 --- a/common/dialogs/dialog_configure_paths_base.h +++ b/common/dialogs/dialog_configure_paths_base.h @@ -53,7 +53,7 @@ class DIALOG_CONFIGURE_PATHS_BASE : public DIALOG_SHIM wxButton* m_sdbSizerCancel; wxButton* m_sdbSizerHelp; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); } virtual void OnAddEnvVar( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_global_lib_table_config_base.h b/common/dialogs/dialog_global_lib_table_config_base.h index 92cf3f38cc..0bae79a381 100644 --- a/common/dialogs/dialog_global_lib_table_config_base.h +++ b/common/dialogs/dialog_global_lib_table_config_base.h @@ -46,7 +46,7 @@ class DIALOG_GLOBAL_LIB_TABLE_CONFIG_BASE : public DIALOG_SHIM wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onUpdateDefaultSelection( wxUpdateUIEvent& event ) { event.Skip(); } virtual void onUpdateFilePicker( wxUpdateUIEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_grid_settings_base.h b/common/dialogs/dialog_grid_settings_base.h index 7365cb6993..f949202eea 100644 --- a/common/dialogs/dialog_grid_settings_base.h +++ b/common/dialogs/dialog_grid_settings_base.h @@ -68,7 +68,7 @@ class DIALOG_GRID_SETTINGS_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); } virtual void OnResetGridOriginClick( wxCommandEvent& event ) { event.Skip(); } virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_locked_items_query_base.h b/common/dialogs/dialog_locked_items_query_base.h index 8b8e5a3623..8f909828d7 100644 --- a/common/dialogs/dialog_locked_items_query_base.h +++ b/common/dialogs/dialog_locked_items_query_base.h @@ -46,7 +46,7 @@ class DIALOG_LOCKED_ITEMS_QUERY_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnInitDlg( wxInitDialogEvent& event ) { event.Skip(); } virtual void onOverrideLocks( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_migrate_settings_base.h b/common/dialogs/dialog_migrate_settings_base.h index ff7e7a3154..6c8073c504 100644 --- a/common/dialogs/dialog_migrate_settings_base.h +++ b/common/dialogs/dialog_migrate_settings_base.h @@ -54,7 +54,7 @@ class DIALOG_MIGRATE_SETTINGS_BASE : public DIALOG_SHIM wxButton* m_standardButtonsOK; wxButton* m_standardButtonsCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnPrevVerSelected( wxCommandEvent& event ) { event.Skip(); } virtual void OnPathChanged( wxCommandEvent& event ) { event.Skip(); } virtual void OnPathDefocused( wxFocusEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_page_settings_base.h b/common/dialogs/dialog_page_settings_base.h index e43bfd0b26..107079181c 100644 --- a/common/dialogs/dialog_page_settings_base.h +++ b/common/dialogs/dialog_page_settings_base.h @@ -116,7 +116,7 @@ class DIALOG_PAGES_SETTINGS_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnPaperSizeChoice( wxCommandEvent& event ) { event.Skip(); } virtual void OnPageOrientationChoice( wxCommandEvent& event ) { event.Skip(); } virtual void OnUserPageSizeYTextUpdated( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_paste_special_base.h b/common/dialogs/dialog_paste_special_base.h index 45707f2b63..ed7414ee8e 100644 --- a/common/dialogs/dialog_paste_special_base.h +++ b/common/dialogs/dialog_paste_special_base.h @@ -39,7 +39,7 @@ class DIALOG_PASTE_SPECIAL_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onOKButton( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/dialog_print_generic_base.h b/common/dialogs/dialog_print_generic_base.h index 466532bb02..8e56f7c255 100644 --- a/common/dialogs/dialog_print_generic_base.h +++ b/common/dialogs/dialog_print_generic_base.h @@ -65,7 +65,7 @@ class DIALOG_PRINT_GENERIC_BASE : public DIALOG_SHIM wxButton* m_sdbSizer1Apply; wxButton* m_sdbSizer1Cancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onClose( wxCloseEvent& event ) { event.Skip(); } virtual void onSetCustomScale( wxCommandEvent& event ) { event.Skip(); } virtual void onPageSetup( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/dialogs/eda_list_dialog_base.h b/common/dialogs/eda_list_dialog_base.h index 644b4dcb16..37acfcbd62 100644 --- a/common/dialogs/eda_list_dialog_base.h +++ b/common/dialogs/eda_list_dialog_base.h @@ -41,7 +41,7 @@ class EDA_LIST_DIALOG_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onListItemActivated( wxListEvent& event ) = 0; virtual void textChangeInFilterBox( wxCommandEvent& event ) = 0; diff --git a/common/dialogs/panel_common_settings.cpp b/common/dialogs/panel_common_settings.cpp index 82f6f8fbc5..2d60b30b41 100644 --- a/common/dialogs/panel_common_settings.cpp +++ b/common/dialogs/panel_common_settings.cpp @@ -77,7 +77,7 @@ PANEL_COMMON_SETTINGS::PANEL_COMMON_SETTINGS( DIALOG_SHIM* aDialog, wxWindow* aP * uniformly enough to exclude the explicit controls there. */ #if defined( __WXGTK__ ) || defined( __WXMSW__ ) - // Sadly wxSlider is poorly implemented and adds its legends as sibiling windows (so that + // Sadly wxSlider is poorly implemented and adds its legends as sibling windows (so that // showing/hiding the control doesn't work). So we have to create it conditionally. wxWindow* parent = m_sbUserInterface->GetStaticBox(); wxGridBagSizer* gb = m_gbUserInterface; diff --git a/common/dialogs/panel_text_variables_base.h b/common/dialogs/panel_text_variables_base.h index 0a8b881069..c2f7383ec4 100644 --- a/common/dialogs/panel_text_variables_base.h +++ b/common/dialogs/panel_text_variables_base.h @@ -40,7 +40,7 @@ class PANEL_TEXT_VARIABLES_BASE : public wxPanel wxBitmapButton* m_btnAddTextVar; wxBitmapButton* m_btnDeleteTextVar; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnUpdateUI( wxUpdateUIEvent& event ) { event.Skip(); } virtual void OnGridCellChange( wxGridEvent& event ) { event.Skip(); } virtual void OnGridSize( wxSizeEvent& event ) { event.Skip(); } diff --git a/common/dialogs/wx_html_report_panel_base.h b/common/dialogs/wx_html_report_panel_base.h index da8004fa55..8498f33728 100644 --- a/common/dialogs/wx_html_report_panel_base.h +++ b/common/dialogs/wx_html_report_panel_base.h @@ -52,7 +52,7 @@ class WX_HTML_REPORT_PANEL_BASE : public wxPanel wxCheckBox* m_checkBoxShowInfos; wxButton* m_btnSaveReportToFile; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void onRightClick( wxMouseEvent& event ) { event.Skip(); } virtual void onCheckBoxShowAll( wxCommandEvent& event ) { event.Skip(); } virtual void onCheckBoxShowErrors( wxCommandEvent& event ) { event.Skip(); } diff --git a/common/kicad_curl/kicad_curl_easy.cpp b/common/kicad_curl/kicad_curl_easy.cpp index feafe1ac50..9a64e0e71e 100644 --- a/common/kicad_curl/kicad_curl_easy.cpp +++ b/common/kicad_curl/kicad_curl_easy.cpp @@ -214,7 +214,7 @@ bool KICAD_CURL_EASY::SetURL( const std::string& aURL ) { KIPLATFORM::ENV::PROXY_CONFIG cfg; - // Unforunately on Windows land, proxies can be configured depending on destination url + // Unfortunately on Windows land, proxies can be configured depending on destination url // So we also check and set any proxy config here if( KIPLATFORM::ENV::GetSystemProxyConfig( aURL, cfg ) ) { diff --git a/common/locale_io.cpp b/common/locale_io.cpp index a43a770b9f..931b22e560 100644 --- a/common/locale_io.cpp +++ b/common/locale_io.cpp @@ -25,15 +25,15 @@ #include #include -// When reading/writing files, we need to swtich to setlocale( LC_NUMERIC, "C" ). +// When reading/writing files, we need to switch to setlocale( LC_NUMERIC, "C" ). // Works fine to read/write files with floating point numbers. // We can call setlocale( LC_NUMERIC, "C" ) or wxLocale( "C", "C", "C", false ) // wxWidgets discourage a direct call to setlocale // However, for us, calling wxLocale( "C", "C", "C", false ) has a unwanted effect: // The I18N translations are no longer active, because the English dictionary is selected. -// To read files, this is not a major issues, but the resul can differ +// To read files, this is not a major issues, but the result can differ // from using setlocale(xx, "C"). -// Previouly, we used only setlocale( LC_NUMERIC, "C" ) +// Previously, we used only setlocale( LC_NUMERIC, "C" ) // // Known issues are // on MSW diff --git a/common/plotters/HPGL_plotter.cpp b/common/plotters/HPGL_plotter.cpp index 0ace032a49..117f6fdaca 100644 --- a/common/plotters/HPGL_plotter.cpp +++ b/common/plotters/HPGL_plotter.cpp @@ -55,8 +55,8 @@ * * CP (Character Plot): * CP {h, v}; - * h [-127.9999 .. 127.9999] Anzahl der Zeichen horizontal - * v [-127.9999 .. 127.9999] Anzahl der Zeichen vertikal + * h [-127.9999 .. 127.9999] Number of characters horizontally + * v [-127.9999 .. 127.9999] Number of characters vertically * * CS (Standard Character Set): * CS {n}; diff --git a/common/plotters/SVG_plotter.cpp b/common/plotters/SVG_plotter.cpp index 900bd3f50b..6ab574ae72 100644 --- a/common/plotters/SVG_plotter.cpp +++ b/common/plotters/SVG_plotter.cpp @@ -253,7 +253,7 @@ void SVG_PLOTTER::setSVGPlotStyle( int aLineWidth, bool aIsGroup, const std::str // Fix a strange issue found in Inkscape: aWidth < 100 nm create issues on degrouping objects // So we use only 4 digits in mantissa for stroke-width. // TODO: perhaps used only 3 or 4 digits in mantissa for all values in mm, because some - // issues were previouly reported reported when using nm as integer units + // issues were previously reported reported when using nm as integer units fprintf( m_outputFile, "\nstroke:#%6.6lX; stroke-width:%.*f; stroke-opacity:1; \n", m_pen_rgb_color, m_precision, pen_w ); diff --git a/common/plugins/altium/altium_parser.h b/common/plugins/altium/altium_parser.h index 9389ca873f..f4e4286f06 100644 --- a/common/plugins/altium/altium_parser.h +++ b/common/plugins/altium/altium_parser.h @@ -43,7 +43,7 @@ struct COMPOUND_FILE_ENTRY; /** * Helper for debug logging (vector -> string) * @param aVectorPath path - * @return path formated as string + * @return path formatted as string */ std::string FormatPath( const std::vector& aVectorPath ); diff --git a/common/plugins/altium/altium_parser_utils.cpp b/common/plugins/altium/altium_parser_utils.cpp index 0abbf5a2a6..208ee78da6 100644 --- a/common/plugins/altium/altium_parser_utils.cpp +++ b/common/plugins/altium/altium_parser_utils.cpp @@ -120,7 +120,7 @@ wxString AltiumSpecialStringsToKiCadVariables( const wxString& if( !specialString.IsEmpty() ) { // Note: Altium variable references are case-insensitive. KiCad matches - // case-senstive OR to all-upper-case, so make the references all-upper-case. + // case-sensitive OR to all-upper-case, so make the references all-upper-case. specialString.UpperCase(); auto overrideIt = aOverrides.find( specialString ); diff --git a/common/plugins/cadstar/cadstar_archive_parser.h b/common/plugins/cadstar/cadstar_archive_parser.h index 045add139a..f53e3a0b20 100644 --- a/common/plugins/cadstar/cadstar_archive_parser.h +++ b/common/plugins/cadstar/cadstar_archive_parser.h @@ -988,7 +988,7 @@ public: ///< that this could be empty in earlier ///< versions of CADSTAR wxString Name = wxEmptyString; ///< Can be empty. If empty the pin name - ///< displayed wil be Identifier + ///< displayed will be Identifier ///< (subnode="PINNAME") ///< This seems to be equivalent to "Pin ///< Number" in KiCad. diff --git a/common/widgets/stepped_slider.cpp b/common/widgets/stepped_slider.cpp index b2ee5a633d..2bdb2aa8d6 100644 --- a/common/widgets/stepped_slider.cpp +++ b/common/widgets/stepped_slider.cpp @@ -50,7 +50,7 @@ void STEPPED_SLIDER::SetStep( int aSize ) // configure pg up/down to increment by our steps SetPageSize( aSize ); - //configure arrows to incrment by our steps + //configure arrows to increment by our steps SetLineSize( aSize ); #ifdef __WXMSW__ diff --git a/pcb_calculator/calculator_panels/panel_attenuators.h b/pcb_calculator/calculator_panels/panel_attenuators.h index aae3bc164f..4317d950d9 100644 --- a/pcb_calculator/calculator_panels/panel_attenuators.h +++ b/pcb_calculator/calculator_panels/panel_attenuators.h @@ -38,7 +38,7 @@ public: wxRadioBox* GetAttenuatorsSelector() { return m_AttenuatorsSelection; } - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_board_class.h b/pcb_calculator/calculator_panels/panel_board_class.h index 854df465a6..41a2f8f3e7 100644 --- a/pcb_calculator/calculator_panels/panel_board_class.h +++ b/pcb_calculator/calculator_panels/panel_board_class.h @@ -34,7 +34,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_BOARD_CLASS(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_cable_size.h b/pcb_calculator/calculator_panels/panel_cable_size.h index 8bafb34d02..d9bedfe43e 100644 --- a/pcb_calculator/calculator_panels/panel_cable_size.h +++ b/pcb_calculator/calculator_panels/panel_cable_size.h @@ -41,7 +41,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_CABLE_SIZE(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override{}; diff --git a/pcb_calculator/calculator_panels/panel_color_code.h b/pcb_calculator/calculator_panels/panel_color_code.h index 452248ebce..4a618061e2 100644 --- a/pcb_calculator/calculator_panels/panel_color_code.h +++ b/pcb_calculator/calculator_panels/panel_color_code.h @@ -36,7 +36,7 @@ public: void OnToleranceSelection( wxCommandEvent& event ) override; void ToleranceSelection( int aSelection ); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_electrical_spacing.h b/pcb_calculator/calculator_panels/panel_electrical_spacing.h index 3f67a6ff8b..70f45b6685 100644 --- a/pcb_calculator/calculator_panels/panel_electrical_spacing.h +++ b/pcb_calculator/calculator_panels/panel_electrical_spacing.h @@ -34,7 +34,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_ELECTRICAL_SPACING(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_eserie.h b/pcb_calculator/calculator_panels/panel_eserie.h index 006af7b966..32e7c7f0eb 100644 --- a/pcb_calculator/calculator_panels/panel_eserie.h +++ b/pcb_calculator/calculator_panels/panel_eserie.h @@ -34,7 +34,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_E_SERIE(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_fusing_current.h b/pcb_calculator/calculator_panels/panel_fusing_current.h index 40beed06c2..172704cb75 100644 --- a/pcb_calculator/calculator_panels/panel_fusing_current.h +++ b/pcb_calculator/calculator_panels/panel_fusing_current.h @@ -34,7 +34,7 @@ public: const wxString& name = wxEmptyString ); ~PANEL_FUSING_CURRENT(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override {}; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override {}; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_regulator.h b/pcb_calculator/calculator_panels/panel_regulator.h index df631cf289..379e96dab4 100644 --- a/pcb_calculator/calculator_panels/panel_regulator.h +++ b/pcb_calculator/calculator_panels/panel_regulator.h @@ -44,7 +44,7 @@ public: void OnEditRegulator( wxCommandEvent& event ) override; void OnRemoveRegulator( wxCommandEvent& event ) override; - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_track_width.h b/pcb_calculator/calculator_panels/panel_track_width.h index 1795e14087..797d908d35 100644 --- a/pcb_calculator/calculator_panels/panel_track_width.h +++ b/pcb_calculator/calculator_panels/panel_track_width.h @@ -34,7 +34,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_TRACK_WIDTH(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_transline.h b/pcb_calculator/calculator_panels/panel_transline.h index 2a6b3b79fc..41a0828a4e 100644 --- a/pcb_calculator/calculator_panels/panel_transline.h +++ b/pcb_calculator/calculator_panels/panel_transline.h @@ -36,7 +36,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_TRANSLINE(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/calculator_panels/panel_via_size.h b/pcb_calculator/calculator_panels/panel_via_size.h index 4f393ef3a6..7395c4e788 100644 --- a/pcb_calculator/calculator_panels/panel_via_size.h +++ b/pcb_calculator/calculator_panels/panel_via_size.h @@ -34,7 +34,7 @@ public: long style = wxTAB_TRAVERSAL, const wxString& name = wxEmptyString ); ~PANEL_VIA_SIZE(); - // Methods from CALCULATOR_PANEL that must be overriden + // Methods from CALCULATOR_PANEL that must be overridden void LoadSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void SaveSettings( PCB_CALCULATOR_SETTINGS* aCfg ) override; void ThemeChanged() override; diff --git a/pcb_calculator/dialogs/dialog_regulator_form_base.h b/pcb_calculator/dialogs/dialog_regulator_form_base.h index 0ae0afc0b7..a4b44feb36 100644 --- a/pcb_calculator/dialogs/dialog_regulator_form_base.h +++ b/pcb_calculator/dialogs/dialog_regulator_form_base.h @@ -50,7 +50,7 @@ class DIALOG_REGULATOR_FORM_BASE : public DIALOG_SHIM wxButton* m_sdbSizerOK; wxButton* m_sdbSizerCancel; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnRegTypeSelection( wxCommandEvent& event ) { event.Skip(); } diff --git a/pcb_calculator/eserie.h b/pcb_calculator/eserie.h index 6cd6c84d6d..e5db18bf07 100644 --- a/pcb_calculator/eserie.h +++ b/pcb_calculator/eserie.h @@ -56,7 +56,7 @@ * List of handled E series values: * Note: series bigger than E24 have no interest because * - probably the user will fing the needed value inside these series - * - the calcuation time can be *very high* for series > E24 + * - the calculation time can be *very high* for series > E24 */ enum { E1, E3, E6, E12, E24 }; @@ -65,7 +65,7 @@ enum { E1, E3, E6, E12, E24 }; */ enum { S2R, S3R, S4R }; -// R_DATA handles a resitor: string value, value and allowed to use +// R_DATA handles a resistor: string value, value and allowed to use struct R_DATA { R_DATA() : diff --git a/pcb_calculator/params_read_write.cpp b/pcb_calculator/params_read_write.cpp index 95d8b77285..071bcdbb3f 100644 --- a/pcb_calculator/params_read_write.cpp +++ b/pcb_calculator/params_read_write.cpp @@ -216,7 +216,7 @@ void PANEL_TRANSLINE::SetPrmBgColor( enum PRMS_ID aPrmId, const KIGFX::COLOR4D* /** * Function SetResult * Puts the text into the given result line. - * @param aLineNumber = the line (0 to MSG_CNT_MAX-1) wher to display the text + * @param aLineNumber = the line (0 to MSG_CNT_MAX-1) where to display the text * @param aText = the text to display */ void PANEL_TRANSLINE::SetResult( int aLineNumber, const wxString& aText ) diff --git a/pcb_calculator/transline/c_microstrip.cpp b/pcb_calculator/transline/c_microstrip.cpp index fcde0e9018..7825ba270c 100644 --- a/pcb_calculator/transline/c_microstrip.cpp +++ b/pcb_calculator/transline/c_microstrip.cpp @@ -500,14 +500,14 @@ void C_MICROSTRIP::conductor_losses() /* even-mode strip inductive quality factor */ Q_c_e = ( M_PI * Z0_h_e * m_parameters[PHYS_WIDTH_PRM] * m_parameters[FREQUENCY_PRM] ) / ( R_s * C0 * K ); - /* even-mode losses per unith length */ + /* even-mode losses per unit length */ alpha_c_e = ( 20.0 * M_PI / log( 10.0 ) ) * m_parameters[FREQUENCY_PRM] * sqrt( e_r_eff_e_0 ) / ( C0 * Q_c_e ); /* odd-mode strip inductive quality factor */ Q_c_o = ( M_PI * Z0_h_o * m_parameters[PHYS_WIDTH_PRM] * m_parameters[FREQUENCY_PRM] ) / ( R_s * C0 * K ); - /* odd-mode losses per unith length */ + /* odd-mode losses per unit length */ alpha_c_o = ( 20.0 * M_PI / log( 10.0 ) ) * m_parameters[FREQUENCY_PRM] * sqrt( e_r_eff_o_0 ) / ( C0 * Q_c_o ); } diff --git a/plugins/3d/oce/loadmodel.cpp b/plugins/3d/oce/loadmodel.cpp index 3d652627fc..f7aa5f1723 100644 --- a/plugins/3d/oce/loadmodel.cpp +++ b/plugins/3d/oce/loadmodel.cpp @@ -907,7 +907,7 @@ bool processLabel( const TDF_Label& aLabel, DATA& aData, SGNODE* aParent, if( wxLog::IsAllowedTraceMask( MASK_OCE ) ) { - // can be expensive, guard it if we arent logging + // can be expensive, guard it if we aren't logging getTag( aLabel, labelTag ); } diff --git a/plugins/3d/vrml/v1/vrml1_coords.cpp b/plugins/3d/vrml/v1/vrml1_coords.cpp index 65f87235f0..d926f149a5 100644 --- a/plugins/3d/vrml/v1/vrml1_coords.cpp +++ b/plugins/3d/vrml/v1/vrml1_coords.cpp @@ -179,7 +179,7 @@ void WRL1COORDS::GetCoords( WRLVEC3F*& aCoordList, size_t& aListSize ) SGNODE* WRL1COORDS::TranslateToSG( SGNODE* aParent, WRL1STATUS* sp ) { - wxCHECK_MSG( sp, nullptr, wxT( "Inalid base data." ) ); + wxCHECK_MSG( sp, nullptr, wxT( "Invalid base data." ) ); sp->coord = this; diff --git a/qa/data/pcbnew/issue10906.kicad_pcb b/qa/data/pcbnew/issue10906.kicad_pcb index 1b39199ab3..b41f6a9c7b 100644 --- a/qa/data/pcbnew/issue10906.kicad_pcb +++ b/qa/data/pcbnew/issue10906.kicad_pcb @@ -81,7 +81,7 @@ (tedit 620FF1C8) (tstamp 2e642b3e-a476-4c54-9a52-dcea955640cd) (at 136.84 58.35) (descr "Wire Pad, Square, SMD Pad, 5mm x 10mm,") - (tags "MesurementPoint Square SMDPad 5mmx10mm ") + (tags "MeasurementPoint Square SMDPad 5mmx10mm ") (attr exclude_from_pos_files exclude_from_bom) (fp_text reference "REF**" (at 0 -2.54) (layer "F.SilkS") hide (effects (font (size 1 1) (thickness 0.15))) diff --git a/qa/data/pcbnew/issue832.kicad_pcb b/qa/data/pcbnew/issue832.kicad_pcb index 21b936963d..3d3f8492f3 100644 --- a/qa/data/pcbnew/issue832.kicad_pcb +++ b/qa/data/pcbnew/issue832.kicad_pcb @@ -1154,8 +1154,8 @@ (module Measurement_Points:Measurement_Point_Round-TH_Small (layer F.Cu) (tedit 56C35F63) (tstamp 5BFC373F) (at 133.993082 125.51875) - (descr "Mesurement Point, Square, Trough Hole, DM 1.5mm, Drill 0.8mm,") - (tags "Mesurement Point Round Trough Hole 1.5mm Drill 0.8mm") + (descr "Measurement Point, Square, Trough Hole, DM 1.5mm, Drill 0.8mm,") + (tags "Measurement Point Round Trough Hole 1.5mm Drill 0.8mm") (path /5BF7786D) (attr virtual) (fp_text reference TP1 (at 0 -2) (layer F.SilkS) diff --git a/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr b/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr index 5a9d1c11b9..6b45e95b5d 100644 --- a/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr +++ b/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.lbr @@ -165,7 +165,7 @@ This library contains GPS modules, GPS antennas, etc. <br> <br> -We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given componet or application. +We've spent an enormous amount of time creating and checking these footprints and parts, but it is <b> the end user's responsibility</b> to ensure correctness and suitablity for a given component or application. <br> <br>If you enjoy using this library, please buy one of our products at <a href=" www.sparkfun.com">SparkFun.com</a>. <br> @@ -1128,7 +1128,7 @@ the 3 V variant.</p> <h3>SAM-M8Q-0-10</h3> -Physcial Characteristics +Physical Characteristics <ul> <li>15x15x6.3mm</li> <li>Module is a Chip Antenna/GPS Unit combined</li> @@ -2819,7 +2819,7 @@ Dedicated massive-correlator signal parameter search engine within the baseband <p>u-blox ZOE-M8 standard precision GNSS SiP (System in Package) modules feature the high performance u-blox M8 GNSS engine. ZOE-M8’s ultra-miniature form factor integrates a complete GNSS receiver including SAW filter, LNA and TCXO.</p> -<p>Handles all <b>GNSS systems</b> and can simulatenously use up to three of them, with accuracy ranging from 2.5m to 4m.</p> +<p>Handles all <b>GNSS systems</b> and can simultaneously use up to three of them, with accuracy ranging from 2.5m to 4m.</p> <ul> <li>GPS</li> <li>GLONASS</li> diff --git a/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod b/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod index 1a72fcb3a0..073acdadae 100644 --- a/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod +++ b/qa/data/pcbnew/plugins/eagle/lbr/SparkFun-GPS.pretty/SAM-M8Q.kicad_mod @@ -1,6 +1,6 @@ (footprint "SAM-M8Q" (version 20220308) (generator pcbnew) (layer "F.Cu") - (descr "

SAM-M8Q-0-10

\nPhyscial Characteristics\n
    \n
  • 15x15x6.3mm
  • \n
  • Module is a Chip Antenna/GPS Unit combined
  • \n
  • \n
") + (descr "

SAM-M8Q-0-10

\nPhysical Characteristics\n
    \n
  • 15x15x6.3mm
  • \n
  • Module is a Chip Antenna/GPS Unit combined
  • \n
  • \n
") (fp_text reference "REF**" (at -7.75 -8.25) (layer "F.SilkS") (effects (font (size 0.46736 0.46736) (thickness 0.04064)) (justify left bottom)) (tstamp 862f4113-a97c-4e19-b737-89e520642e0b) diff --git a/qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb b/qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb index e3cf91fafb..ee234c2790 100644 --- a/qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb +++ b/qa/data/pcbnew/solder_mask_bridge_test.kicad_pcb @@ -162,7 +162,7 @@ (tedit 620FF653) (tstamp 970e0f64-111f-41e3-9f5a-fb0d0f6fa101) (at 194.73 80.19) (descr "Wire Pad, Square, SMD Pad, 5mm x 10mm,") - (tags "MesurementPoint Square SMDPad 5mmx10mm ") + (tags "MeasurementPoint Square SMDPad 5mmx10mm ") (attr exclude_from_pos_files exclude_from_bom) (fp_text reference "REF**" (at 0 -2.54) (layer "F.SilkS") hide (effects (font (size 1 1) (thickness 0.15))) diff --git a/qa/unittests/common/plugins/altium/test_altium_parser.cpp b/qa/unittests/common/plugins/altium/test_altium_parser.cpp index 7edbe108e0..d724b57141 100644 --- a/qa/unittests/common/plugins/altium/test_altium_parser.cpp +++ b/qa/unittests/common/plugins/altium/test_altium_parser.cpp @@ -49,8 +49,8 @@ struct ALTIUM_TO_KICAD_UNIT_CASE /** * A list of valid internal unit conversation factors - * Rem: altium to kicad importer rounds cordinates to the near 10 nm value when - * converting altium values in 0.01 mil to pcbnew units (1 nm) + * Rem: altium to kicad importer rounds coordinates to the near 10 nm value + * when converting altium values in 0.01 mil to pcbnew units (1 nm) */ static const std::vector altium_to_kicad_unit = { // Some simple values diff --git a/qa/unittests/common/test_bitmap_base.cpp b/qa/unittests/common/test_bitmap_base.cpp index 4f1af09c08..c39f126231 100644 --- a/qa/unittests/common/test_bitmap_base.cpp +++ b/qa/unittests/common/test_bitmap_base.cpp @@ -40,7 +40,7 @@ // // green, black, // red, blue -// ( the black tile is a a circle, otherwise older wx's seem to crash) +// (the black tile is a circle, otherwise older wx's seem to crash) static const std::vector png_data_4tile = { // 0x89, 0x50, 0x4E, 0x47, 0x0D, 0x0A, 0x1A, 0x0A, 0x00, 0x00, 0x00, 0x0D, 0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x08, 0x08, 0x06, 0x00, 0x00, 0x00, 0xC4, 0x0F, 0xBE, diff --git a/resources/msw/kiwin32-dll.rc b/resources/msw/kiwin32-dll.rc index ba0c1ceadd..dc4d277cdd 100644 --- a/resources/msw/kiwin32-dll.rc +++ b/resources/msw/kiwin32-dll.rc @@ -20,7 +20,7 @@ BEGIN BEGIN BLOCK "040904E4" BEGIN - // this gets dispalyed in the windows 10 task manager + // this gets displayed in the windows 10 task manager VALUE "FileDescription", RC_VER_FILE_DESCRIPTION VALUE "FileVersion", KICAD_WIN32_RC_FILEVER_STR //original filename without extension diff --git a/resources/msw/kiwin32.rc b/resources/msw/kiwin32.rc index 84f9566ca4..9be2ae6dc2 100644 --- a/resources/msw/kiwin32.rc +++ b/resources/msw/kiwin32.rc @@ -52,7 +52,7 @@ BEGIN BEGIN BLOCK "040904E4" BEGIN - // this gets dispalyed in the windows 10 task manager + // this gets displayed in the windows 10 task manager VALUE "FileDescription", RC_VER_FILE_DESCRIPTION VALUE "FileVersion", KICAD_WIN32_RC_FILEVER_STR //original filename without extension diff --git a/tools/test-nm-biu-to-ascii-mm-round-tripping.cpp b/tools/test-nm-biu-to-ascii-mm-round-tripping.cpp index 0ddb383892..b64af74312 100644 --- a/tools/test-nm-biu-to-ascii-mm-round-tripping.cpp +++ b/tools/test-nm-biu-to-ascii-mm-round-tripping.cpp @@ -88,7 +88,7 @@ int main( int argc, char** argv ) // printf( "sizeof(long double): %zd\n", sizeof( long double ) ); - // Emperically prove that we can round trip all 4 billion 32 bit integers representative + // Empirically prove that we can round trip all 4 billion 32 bit integers representative // of nanometers out to textual floating point millimeters, and back without error using // the above two functions. // for( int i = INT_MIN; int64_t( i ) <= int64_t( INT_MAX ); ++i ) diff --git a/utils/idftools/vrml_layer.h b/utils/idftools/vrml_layer.h index fff240e671..0b41bba3d7 100644 --- a/utils/idftools/vrml_layer.h +++ b/utils/idftools/vrml_layer.h @@ -123,7 +123,7 @@ public: void ResetArcParams(); /** - * Rrase all data except for arc parameters. + * Erase all data except for arc parameters. */ void Clear( void ); diff --git a/utils/kicad2step/kicad2step_frame_base.h b/utils/kicad2step/kicad2step_frame_base.h index 37a3c6257d..bb1d2b56f6 100644 --- a/utils/kicad2step/kicad2step_frame_base.h +++ b/utils/kicad2step/kicad2step_frame_base.h @@ -35,7 +35,7 @@ class KICAD2STEP_FRAME_BASE : public wxFrame wxStdDialogButtonSizer* m_sdbSizer1; wxButton* m_sdbSizer1OK; - // Virtual event handlers, overide them in your derived class + // Virtual event handlers, override them in your derived class virtual void OnOKButtonClick( wxCommandEvent& event ) { event.Skip(); }