Browse Source

Fixed typo.

Mr.doob 8 years ago
parent
commit
fcf4316e90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/svg_lines.html

+ 1 - 1
examples/svg_lines.html

@@ -48,7 +48,7 @@
 
 		<script>
 
-			var canmera, scene, renderer;
+			var camera, scene, renderer;
 
 			init();
 			animate();