mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-30 06:40:42 +00:00
typos: (#1397)
This commit is contained in:
parent
0c22409b7b
commit
7bba40d03f
39 changed files with 84 additions and 84 deletions
|
@ -25,7 +25,7 @@ namespace SourceGit.ViewModels
|
|||
{
|
||||
if (!string.IsNullOrEmpty(file))
|
||||
{
|
||||
var log = _repo.CreateLog("Remove Assue Unchanged File");
|
||||
var log = _repo.CreateLog("Remove Assume Unchanged File");
|
||||
new Commands.AssumeUnchanged(_repo.FullPath, file, false).Use(log).Exec();
|
||||
log.Complete();
|
||||
Files.Remove(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue