Skip to content

Commit

Permalink
fixup typo
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic BIDON <[email protected]>
  • Loading branch information
fredbi committed Dec 7, 2019
1 parent ca24388 commit 3a05c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/datamon/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ func handleConfigErrors(err error) {
// config file resolve attempt, not found: skip
break
default:
// file found but some other error occured: stop
// file found but some other error occurred: stop
wrapFatalln("error reading the config file "+viper.ConfigFileUsed(), err)
return
}
Expand Down

0 comments on commit 3a05c9a

Please sign in to comment.