diff --git a/Assets/VRM/Editor/BlendShape/BlendShapeClipSelector.cs b/Assets/VRM/Editor/BlendShape/BlendShapeClipSelector.cs index 4d1fd2430..ae66a99d1 100644 --- a/Assets/VRM/Editor/BlendShape/BlendShapeClipSelector.cs +++ b/Assets/VRM/Editor/BlendShape/BlendShapeClipSelector.cs @@ -68,7 +68,7 @@ namespace VRM SelectedIndex = GUILayout.SelectionGrid(SelectedIndex, array, 4); } - if (GUILayout.Button("Ceate BlendShapeClip")) + if (GUILayout.Button("Create BlendShapeClip")) { var dir = Path.GetDirectoryName(AssetDatabase.GetAssetPath(m_avatar)); var path = EditorUtility.SaveFilePanel(