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

Commit ce8f75f

Browse files
Fix mispelling
1 parent 0aee974 commit ce8f75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ private void ValidateAndSetGitInstallPath(string value)
218218
gitVersionErrorMessage = null;
219219

220220
GitClient.ValidateGitInstall(value.ToNPath())
221-
.FinallyInUI((sucess, exception, result) =>
221+
.FinallyInUI((success, exception, result) =>
222222
{
223-
if (!sucess)
223+
if (!success)
224224
{
225225
Logger.Trace(ErrorValidatingGitPath);
226226
gitVersionErrorMessage = ErrorValidatingGitPath;

0 commit comments

Comments
 (0)