Skip to content

Commit

Permalink
Fix misspell
Browse files Browse the repository at this point in the history
  • Loading branch information
syxolk committed Feb 12, 2018
1 parent e78a01c commit 6ec82af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func buildKeyTable(prefix string) ([]tableRow, error) {
// Wait for both goroutines to finish
wg.Wait()

// Check for any errors that occured
// Check for any errors that occurred
if allKeysErr != nil {
return nil, allKeysErr
}
Expand Down

0 comments on commit 6ec82af

Please sign in to comment.