Skip to content

Commit

Permalink
Merge pull request processing#2319 from soundasleep/patch-1
Browse files Browse the repository at this point in the history
Fix spelling of neccessary -> necessary
  • Loading branch information
lmccart authored Oct 29, 2017
2 parents 846a22d + d8489d3 commit 6fee63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/events/acceleration.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ p5.prototype.rotationZ = 0;
* var rotateDirection = 'clockwise';
*
* // Simple range conversion to make things simpler.
* // This is not absolutely neccessary but the logic
* // This is not absolutely necessary but the logic
* // will be different in that case.
*
* var rX = rotationX + 180;
Expand Down Expand Up @@ -254,7 +254,7 @@ p5.prototype.pRotationX = 0;
* var rotateDirection = 'clockwise';
*
* // Simple range conversion to make things simpler.
* // This is not absolutely neccessary but the logic
* // This is not absolutely necessary but the logic
* // will be different in that case.
*
* var rY = rotationY + 180;
Expand Down

0 comments on commit 6fee63d

Please sign in to comment.