From e1aa252d4b3d064caaf85810270ebf7e27da97dd Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Wed, 2 Jan 2019 20:29:11 +0900 Subject: [PATCH] Fix typo --- Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs b/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs index 51b36cad9..b52b8a029 100644 --- a/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs +++ b/Assets/VRM/UniGLTF/Editor/UniGLTFTests.cs @@ -10,7 +10,7 @@ namespace UniGLTF { public class UniGLTFTests { - static GameObject CreateSimpelScene() + static GameObject CreateSimpleScene() { var root = new GameObject("gltfRoot").transform; @@ -45,7 +45,7 @@ namespace UniGLTF [Test] public void UniGLTFSimpleSceneTest() { - var go = CreateSimpelScene(); + var go = CreateSimpleScene(); var context = new ImporterContext(); try