Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request coreos#89 from warmchang/patch-1
Browse files Browse the repository at this point in the history
typo: pacakge -> package
  • Loading branch information
crawford committed Sep 28, 2018
2 parents 97fdf19 + 97dddb0 commit 399ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnslog/init.go
Expand Up @@ -32,7 +32,7 @@ import (
func init() {
initHijack()

// Go `log` pacakge uses os.Stderr.
// Go `log` package uses os.Stderr.
SetFormatter(NewDefaultFormatter(os.Stderr))
SetGlobalLogLevel(INFO)
}
Expand Down

0 comments on commit 399ea9e

Please sign in to comment.