Skip to content

Commit

Permalink
Fix little typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Watcher7 committed Nov 22, 2022
1 parent 7142aa4 commit 47686ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wowsimcli/cli_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func main() {

output, err := protojson.MarshalOptions{EmitUnpopulated: true}.Marshal(finalResult)
if err != nil {
log.Fatalf("faield to marshal final results: %s", err)
log.Fatalf("failed to marshal final results: %s", err)
}

err = os.WriteFile(*outfile, output, 0666)
Expand Down

0 comments on commit 47686ce

Please sign in to comment.