Fix 'of of' doc typos

This commit is contained in:
Eric Klawitter 2017-10-09 14:56:40 -05:00
parent 464cd5fc8b
commit 5758fdf8f5
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
*/
/**
* Create the Box by giving a Center and distances of of each of the sides of
* Create the Box by giving a Center and distances of each of the sides of
* box from the Center.
*/
INLINE CollisionBox::

View File

@ -213,7 +213,7 @@ make_default() {
/**
* Returns the basic operation type of the ClipPlaneAttrib. If this is O_set,
* the planes listed here completely replace any planes that were already on.
* If this is O_add, the planes here are added to the set of of planes that
* If this is O_add, the planes here are added to the set of planes that
* were already on, and if O_remove, the planes here are removed from the set
* of planes that were on.
*

View File

@ -257,7 +257,7 @@ make_default() {
/**
* Returns the basic operation type of the LightAttrib. If this is O_set, the
* lights listed here completely replace any lights that were already on. If
* this is O_add, the lights here are added to the set of of lights that were
* this is O_add, the lights here are added to the set of lights that were
* already on, and if O_remove, the lights here are removed from the set of
* lights that were on.
*