all: fix spelling mistakes

Signed-off-by: nicksherron <nsherron90@gmail.com>
This commit is contained in:
nicksherron
2021-10-12 20:28:44 -04:00
committed by Brad Fitzpatrick
parent 9795fca946
commit f01ff18b6f
13 changed files with 14 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ SpeedTestLoop:
case nil:
// successful read
default:
return nil, fmt.Errorf("unexpected error has occured: %w", err)
return nil, fmt.Errorf("unexpected error has occurred: %w", err)
}
} else {
// Need to change the data a little bit, to avoid any compression.