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

@@ -147,7 +147,7 @@ void calc_joystick_state(struct joystick_t* js, float x, float y) {
* Then the range from the min to the center and the center to the max
* may be different.
* Because of this, depending on if the current x or y value is greater
* or less than the assoicated axis center value, it needs to be interpolated
* or less than the associated axis center value, it needs to be interpolated
* between the center and the minimum or maxmimum rather than between
* the minimum and maximum.
*