Typo fix: Correct 'allow to' -> 'allows one to'

This commit is contained in:
Carsten Schoenert 2021-04-03 11:09:12 +02:00 committed by Ian McInerney
parent 32e8a17cc0
commit 8dff3725ac
4 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,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

View File

@ -202,7 +202,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

View File

@ -157,7 +157,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

View 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"]