* fix duplicated 'the'

* fix typo found by misspell
This commit is contained in:
Kenshi Kamata
2019-08-28 02:55:09 +09:00
committed by Aaron Schlesinger
parent 054edde824
commit 667b9fdf65
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ func testShouldNotExist(t *testing.T, b storage.Backend) {
}
// testDelete tests that a module can be deleted from a
// storage Backend and the the Exists method returns false
// storage Backend and the Exists method returns false
// afterwards.
func testDelete(t *testing.T, b storage.Backend) {
ctx := context.Background()