Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ermanimer committed Jun 7, 2021
1 parent 5e5a454 commit 910c847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ func (l *logger) Fatalf(format string, values ...interface{}) {
}

func (l *logger) log(prefix, message string) {
// syncronization
// synchronization
l.mutex.Lock()
defer l.mutex.Unlock()

Expand Down

0 comments on commit 910c847

Please sign in to comment.