this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in comment

authored by

Billy Keyes and committed by
GitHub
5609b2d4 f0da09b1

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