Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit f710ae7

Browse files
Fixing mispelling
1 parent 9c52781 commit f710ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ProjectWindowInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class ProjectWindowInterface : AssetPostprocessor
2222

2323
public static void Initialize(IRepository repo)
2424
{
25-
Logger.Trace("Initialize HasRespository:{0}", repo != null);
25+
Logger.Trace("Initialize HasRepository:{0}", repo != null);
2626

2727
EditorApplication.projectWindowItemOnGUI -= OnProjectWindowItemGUI;
2828
EditorApplication.projectWindowItemOnGUI += OnProjectWindowItemGUI;

0 commit comments

Comments
 (0)