spelling: fix 'allows to' -> 'allows one to'
authorCarsten Schoenert <c.schoenert@t-online.de>
Mon, 14 Jan 2019 13:11:28 +0000 (14:11 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Wed, 23 Dec 2020 18:51:45 +0000 (18:51 +0000)
Trivial fixes for 'allow to'.

Gbp-Pq: Topic fixes
Gbp-Pq: Name spelling-fix-allows-to-allows-one-to.patch

common/widgets/grid_combobox.cpp
common/widgets/grid_icon_text_helpers.cpp
eeschema/sch_edit_frame.h
pcbnew/grid_layer_box_helpers.cpp
pcbnew/python/plugins/qfn_wizard.py

index ca675eaa5c579dd651a4d3f2563a341498687c2a..03828535178b4bf7902482edfb15e75c8e94daf7 100644 (file)
@@ -91,7 +91,7 @@ void GRID_CELL_COMBOBOX::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
     // This is a work around for the combobox being simply dismissed when a
     // choice is made in it under OS X. The bug is almost certainly due to a
     // problem in focus events generation logic but it's not obvious to fix and
-    // for now this at least allows to use wxGrid.
+    // for now this at least allows one to use wxGrid.
     Combo()->Popup();
 #endif
 
index 8a617d48ed10bb1e635076c78d8ee17cf308dd23..135d6face580b8f2f6b359d5fa97b67a83352708 100644 (file)
@@ -188,7 +188,7 @@ void GRID_CELL_ICON_TEXT_POPUP::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
     // This is a work around for the combobox being simply dismissed when a
     // choice is made in it under OS X. The bug is almost certainly due to a
     // problem in focus events generation logic but it's not obvious to fix and
-    // for now this at least allows to use wxGrid.
+    // for now this at least allows one to use wxGrid.
     Combo()->Popup();
 #endif
 
index 9b6e575994898f406e1c77ba60102db64bd34642..81b66dec6b9072bdeb75f8fd52c84608866e5712 100644 (file)
@@ -855,9 +855,9 @@ private:
     void OnRescueProject( wxCommandEvent& event );
     void OnRemapSymbols( wxCommandEvent& aEvent );
 
-    // a helper function to run the dialog that allows to rename the symbol library Id of
-    // groups of components, for instance after a symbol has moved from a library to
-    // another library
+    // a helper function to run the dialog that allows one to rename the symbol
+    // library Id of groups of components, for instance after a symbol has moved
+    // from a library to another library
     void OnEditComponentSymbolsId( wxCommandEvent& aEvent );
     void OnPreferencesOptions( wxCommandEvent& event );
     void OnCancelCurrentCommand( wxCommandEvent& aEvent );
index e4de221e46511c81ad441d20c0c9bb759a53a33d..535641b0c49223c27873b1cd9736e6fff3961ce2 100644 (file)
@@ -149,7 +149,7 @@ void GRID_CELL_LAYER_SELECTOR::BeginEdit( int aRow, int aCol, wxGrid* aGrid )
     // This is a work around for the combobox being simply dismissed when a
     // choice is made in it under OS X. The bug is almost certainly due to a
     // problem in focus events generation logic but it's not obvious to fix and
-    // for now this at least allows to use wxGrid.
+    // for now this at least allows one to use wxGrid.
     if( !LayerBox()->IsPopupShown() )
         LayerBox()->Popup();
 #endif
index 97e533490a0ac86c03a80bb8c5905c75cf974d90..a70880e738a1a137a30cabfe851f28ebec4d0bae 100644 (file)
@@ -82,7 +82,7 @@ class QFNWizard(FootprintWizardBase.FootprintWizard):
 
         pad_pitch = self.pads["pitch"]
         pad_length = self.pads["length"]
-        # offset allows to define how much of the pad is outside of the package
+        # offset allows one to define how much of the pad is outside of the package
         pad_offset = self.pads["offset"]
         pad_width = self.pads["width"]