Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zunda-arrow committed Jun 4, 2024
1 parent 2346daf commit 2552143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ func parseConfigFile() (ConfigFile, error) {
if fields[0] == "box_wdith" {
i, err := strconv.Atoi(fields[2])
if err != nil {
return config, errors.New("Recieved non integer for box_width")
return config, errors.New("Received non integer for box_width")
}
config.BoxWidth = i
}
Expand Down

0 comments on commit 2552143

Please sign in to comment.