mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-18 08:55:00 +00:00
typos: (#1397)
This commit is contained in:
parent
0c22409b7b
commit
7bba40d03f
39 changed files with 84 additions and 84 deletions
|
@ -23,7 +23,7 @@ namespace SourceGit.Models
|
|||
get
|
||||
{
|
||||
if (IsDetached)
|
||||
return $"deteched HEAD at {Head.AsSpan(10)}";
|
||||
return $"detached HEAD at {Head.AsSpan(10)}";
|
||||
|
||||
if (Branch.StartsWith("refs/heads/", StringComparison.Ordinal))
|
||||
return Branch.Substring(11);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue