Browse Source

Merge pull request #6735 from elisee/patch-1

Fix comment typo in CombinedCamera.js
Ricardo Cabello 10 years ago
parent
commit
c4349d438d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/cameras/CombinedCamera.js

+ 1 - 1
examples/js/cameras/CombinedCamera.js

@@ -127,7 +127,7 @@ THREE.CombinedCamera.prototype.setFov = function( fov ) {
 
 };
 
-// For mantaining similar API with PerspectiveCamera
+// For maintaining similar API with PerspectiveCamera
 
 THREE.CombinedCamera.prototype.updateProjectionMatrix = function() {