fork of go-gitdiff with jj support

Fix typo in comment

authored by Billy Keyes and committed by GitHub 5609b2d4 f0da09b1

Changed files
+1 -1
gitdiff
+1 -1
gitdiff/patch_header.go
··· 217 for s.Scan() { 218 line := s.Text() 219 220 - // emtpy line marks end of fields, remaining lines are title/message 221 if strings.TrimSpace(line) == "" { 222 break 223 }
··· 217 for s.Scan() { 218 line := s.Text() 219 220 + // empty line marks end of fields, remaining lines are title/message 221 if strings.TrimSpace(line) == "" { 222 break 223 }