Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zuzuleinen committed Apr 8, 2022
1 parent 9685a49 commit f0fa584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bob/bobfile/bobfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (b *Bobfile) Bobfiles() []*Bobfile {
return b.bobfiles
}

// bobfileRead reads a bobfile and intializes private fields.
// bobfileRead reads a bobfile and initializes private fields.
func bobfileRead(dir string) (_ *Bobfile, err error) {
defer errz.Recover(&err)

Expand Down

0 comments on commit f0fa584

Please sign in to comment.