Skip to content

Commit 2e188e4

Browse files
authored
Typo fix (#3765)
Signed-off-by: Skylar Ray <137945430+sky-coderay@users.noreply.github.com>
1 parent 6d89fae commit 2e188e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/corruptabledb/db_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ func TestIterator(t *testing.T) {
184184
// Put a key-value pair in the database.
185185
require.NoError(corruptableDB.Put([]byte{0}, []byte{1}))
186186

187-
// Mark database as corupted, if applicable
187+
// Mark database as corrupted, if applicable
188188
_ = corruptableDB.handleError(tt.databaseErrBefore)
189189

190190
// Make an iterator

0 commit comments

Comments
 (0)