From 6ec82af189da46c573d40827887bf09d053ba346 Mon Sep 17 00:00:00 2001 From: Hans Kirchner Date: Mon, 12 Feb 2018 03:00:00 +0100 Subject: [PATCH] Fix misspell --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a309e0a..de8938c 100644 --- a/main.go +++ b/main.go @@ -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 }