Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joce committed Jun 29, 2023
1 parent 113ecd1 commit b41e56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finance.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Printfer interface {
Printf(format string, v ...interface{})
}

// init sets inital logger defaults.
// init sets initial logger defaults.
func init() {
Logger = log.New(os.Stderr, "", log.LstdFlags)
}
Expand Down

0 comments on commit b41e56e

Please sign in to comment.