Fixed a few spelling errors.

This commit is contained in:
Kevin M. Godby
2012-02-18 00:46:16 -06:00
parent 47da0f6e10
commit c7bcd7aecd
8 changed files with 16 additions and 16 deletions

View File

@@ -795,7 +795,7 @@ void wiiuse_set_bluetooth_stack(struct wiimote_t** wm, int wiimotes, enum win_bt
* @param threshold The decimal place that should be considered a significant change.
*
* If threshold is 0.01, and any angle changes by 0.01 then a significant change
* has occured and the event callback will be invoked. If threshold is 1 then
* has occurred and the event callback will be invoked. If threshold is 1 then
* the angle has to change by a full degree to generate an event.
*/
void wiiuse_set_orient_threshold(struct wiimote_t* wm, float threshold) {