chore: fix some typos in comments

Signed-off-by: goodactive <goodactive@qq.com>
This commit is contained in:
goodactive
2024-04-19 17:49:51 +08:00
parent bc6e81e1b9
commit e0a1ce14a8
6 changed files with 6 additions and 6 deletions

View File

@@ -50,6 +50,6 @@ pZeMRablbPQdp8/1NyIwimq1VlG0ohQ4P6qhW7E09ZMC
t.Fatal(err)
}
if storageDriver == nil {
t.Fatal("Driver couldnt be initialized.")
t.Fatal("Driver could not be initialized")
}
}