1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

fix: some typos (#19956)

This commit is contained in:
yutotnh
2022-06-13 16:34:46 +09:00
committed by GitHub
parent 5f136783d1
commit 3708ca8e28
6 changed files with 7 additions and 7 deletions

View File

@ -26,7 +26,7 @@ func TestBleveIndexAndSearch(t *testing.T) {
defer indexer.Close()
if _, err := indexer.Init(); err != nil {
assert.Fail(t, "Unable to initialise bleve indexer: %v", err)
assert.Fail(t, "Unable to initialize bleve indexer: %v", err)
return
}