diff --git a/Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs b/Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs
index 8bb5265..d85052b 100644
--- a/Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs
+++ b/Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs
@@ -42,7 +42,7 @@ internal class GoogleMachine : BaseMachine
///
/// A menu item which create a 'GoogleMachine' asset file.
///
- [MenuItem("Assets/Create/QuickSheet/Tools/Goolgle")]
+ [MenuItem("Assets/Create/QuickSheet/Tools/Google")]
public static void CreateGoogleMachineAsset()
{
GoogleMachine inst = ScriptableObject.CreateInstance();