mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-24 03:45:00 +00:00
typos: (#1397)
This commit is contained in:
parent
0c22409b7b
commit
7bba40d03f
39 changed files with 84 additions and 84 deletions
|
@ -1099,7 +1099,7 @@ namespace SourceGit.ViewModels
|
|||
var menu = new ContextMenu();
|
||||
|
||||
var ai = null as MenuItem;
|
||||
var services = _repo.GetPreferedOpenAIServices();
|
||||
var services = _repo.GetPreferredOpenAIServices();
|
||||
if (services.Count > 0)
|
||||
{
|
||||
ai = new MenuItem();
|
||||
|
@ -1497,7 +1497,7 @@ namespace SourceGit.ViewModels
|
|||
return null;
|
||||
}
|
||||
|
||||
var services = _repo.GetPreferedOpenAIServices();
|
||||
var services = _repo.GetPreferredOpenAIServices();
|
||||
if (services.Count == 0)
|
||||
{
|
||||
App.RaiseException(_repo.FullPath, "Bad configuration for OpenAI");
|
||||
|
@ -1707,7 +1707,7 @@ namespace SourceGit.ViewModels
|
|||
|
||||
if (!_repo.CanCreatePopup())
|
||||
{
|
||||
App.RaiseException(_repo.FullPath, "Repository has unfinished job! Please wait!");
|
||||
App.RaiseException(_repo.FullPath, "Repository has an unfinished job! Please wait!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue