fix misspelled 'Allows to' -> 'Allows one to'

This commit is contained in:
Carsten Schoenert 2018-04-08 12:28:58 +02:00 committed by Wayne Stambaugh
parent 1f32f7c55b
commit 77b3a662fc
5 changed files with 5 additions and 5 deletions

View File

@ -1132,7 +1132,7 @@ float2 SMAADepthEdgeDetectionPS(float2 texcoord,
#if !defined(SMAA_DISABLE_DIAG_DETECTION)
/**
* Allows to decode two binary values from a bilinear-filtered access.
* Allows one to decode two binary values from a bilinear-filtered access.
*/
float2 SMAADecodeDiagBilinearAccess(float2 e) {
// Bilinear access for fetching 'e' have a 0.25 offset, and we are

View File

@ -35,7 +35,7 @@ class EDIT_POINTS;
/**
* Class EDIT_CONSTRAINT
*
* Allows to describe constraints between two edit handles. After the constrained handle is changed,
* Allows one to describe constraints between two edit handles. After the constrained handle is changed,
* Apply() has to be called to fix its coordinates according to the implemented constraint.
*/
template<class EDIT_TYPE>

View File

@ -38,7 +38,7 @@ class CONNECTIVITY_DATA;
/**
* Class EDIT_TOOL
*
* The interactive edit tool. Allows to move, rotate, flip and change properties of items selected
* The interactive edit tool. Allows one to move, rotate, flip and change properties of items selected
* using the pcbnew.InteractiveSelection tool.
*/

View File

@ -38,7 +38,7 @@ class DIALOG_POSITION_RELATIVE;
/**
* Class POSITION_RELATIVE_TOOL
*
* The interactive edit tool. Allows to move, rotate, flip and change properties of items selected
* The interactive edit tool. Allows one to move, rotate, flip and change properties of items selected
* using the pcbnew.InteractiveSelection tool.
*/

View File

@ -251,7 +251,7 @@ private:
/**
* Function pickSmallestComponent()
* Allows to find the smallest (in terms of bounding box area) item from the list.
* Allows one to find the smallest (in terms of bounding box area) item from the list.
*
* @param aCollector containes the list of items.
*/