Skip to content

Commit

Permalink
Fixed the typo on the issue #12
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsama committed Apr 19, 2016
1 parent 7b858cf commit 47353f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/QuickSheet/GDataPlugin/Editor/GoogleMachine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal class GoogleMachine : BaseMachine
/// <summary>
/// A menu item which create a 'GoogleMachine' asset file.
/// </summary>
[MenuItem("Assets/Create/QuickSheet/Tools/Goolgle")]
[MenuItem("Assets/Create/QuickSheet/Tools/Google")]
public static void CreateGoogleMachineAsset()
{
GoogleMachine inst = ScriptableObject.CreateInstance<GoogleMachine>();
Expand Down

0 comments on commit 47353f2

Please sign in to comment.