mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-02 01:34:58 +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
|
@ -548,7 +548,7 @@ namespace SourceGit
|
|||
|
||||
private void TryLaunchAsNormal(IClassicDesktopStyleApplicationLifetime desktop)
|
||||
{
|
||||
Native.OS.SetupEnternalTools();
|
||||
Native.OS.SetupExternalTools();
|
||||
Models.AvatarManager.Instance.Start();
|
||||
|
||||
string startupRepo = null;
|
||||
|
|
|
@ -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