Trivial fixes for 'allow to'.
Gbp-Pq: Topic fixes
Gbp-Pq: Name spelling-fix-allows-to-allows-one-to.patch
// 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
// 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
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 );
// 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
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"]