mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-07 11:54:59 +00:00
fix: typo in name SetupExternalTools
(#1343)
This commit is contained in:
parent
bf39673b21
commit
afbd0d7135
2 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ namespace SourceGit.Native
|
|||
Directory.CreateDirectory(DataDir);
|
||||
}
|
||||
|
||||
public static void SetupEnternalTools()
|
||||
public static void SetupExternalTools()
|
||||
{
|
||||
ExternalTools = _backend.FindExternalTools();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue