mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-21 10:25:00 +00:00
typo: corrected spelling error in App.GetLauncher()
method
This commit is contained in:
parent
a023a9259b
commit
75c32c1a01
9 changed files with 20 additions and 20 deletions
|
@ -86,7 +86,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
public void NavigateTo(string commitSHA)
|
||||
{
|
||||
var launcher = App.GetLauncer();
|
||||
var launcher = App.GetLauncher();
|
||||
if (launcher == null)
|
||||
return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue