Browse Source

Merge pull request #8376 from valette/patch-1

typo fix
Mr.doob 9 years ago
parent
commit
d5cb166387
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/unit/editor/TestSetMaterialValueCommand.js

+ 1 - 1
test/unit/editor/TestSetMaterialValueCommand.js

@@ -29,7 +29,7 @@ test( "Test for SetMaterialValueCommand (Undo and Redo)", function() {
 		blending: [ 'No', 'Normal', 'Additive' ],
 		opacity: [ 0.2, 0.5, 0.8 ],
 		alphaTest: [ 0.1, 0.6, 0.9 ],
-		wirefrimeLinewidth: [ 1.2, 3.4, 5.6 ]
+		wireframeLinewidth: [ 1.2, 3.4, 5.6 ]
 
 	};