fix: spelling

Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
Steven Allen 2021-04-28 22:08:37 -07:00 committed by GitHub
parent 63db9e1633
commit f353a794cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -170,7 +170,7 @@ func testSplitStore(t *testing.T, cfg *Config) {
}
}
// Make sure we can revert without panicing.
// Make sure we can revert without panicking.
chain.revert(2)
}