Fix typos throughout the codebase (#7514)

This commit is contained in:
Yaroslav Halchenko
2026-01-30 23:03:05 -05:00
committed by GitHub
parent 9f1499f3ab
commit 3cc8e7aa6d
7 changed files with 25 additions and 25 deletions

View File

@@ -73,7 +73,7 @@ func (s *DiffSection) ComputedInlineDiffFor(line *git.DiffLine) template.HTML {
func diffsToHTML(diffs []diffmatchpatch.Diff, lineType git.DiffLineType) template.HTML {
buf := bytes.NewBuffer(nil)
// Reproduce signs which are cutted for inline diff before.
// Reproduce signs which are cut for inline diff before.
switch lineType {
case git.DiffLineAdd:
buf.WriteByte('+')