Skip to content

Commit

Permalink
matricies -> matrices
Browse files Browse the repository at this point in the history
  • Loading branch information
erictheise committed Jul 4, 2014
1 parent 6c084f4 commit b8afe78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/gl-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if(!GLMAT_RANDOM) {
var glMatrix = {};

/**
* Sets the type of array used when creating new vectors and matricies
* Sets the type of array used when creating new vectors and matrices
*
* @param {Type} type Array type, such as Float32Array or Array
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gl-matrix/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(!GLMAT_RANDOM) {
var glMatrix = {};

/**
* Sets the type of array used when creating new vectors and matricies
* Sets the type of array used when creating new vectors and matrices
*
* @param {Type} type Array type, such as Float32Array or Array
*/
Expand Down

0 comments on commit b8afe78

Please sign in to comment.