[#1902] shard: Fix pilorama disabled err message

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
support/v0.34
Pavel Karpy 2022-10-19 12:25:43 +03:00 committed by Pavel Karpy
parent 19850ef157
commit 2e199c7ab1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
var _ pilorama.Forest = (*Shard)(nil)
// ErrPiloramaDisabled is returned when pilorama was disabled in the configuration.
var ErrPiloramaDisabled = errors.New("plorama is disabled")
var ErrPiloramaDisabled = errors.New("pilorama is disabled")
// TreeMove implements the pilorama.Forest interface.
func (s *Shard) TreeMove(d pilorama.CIDDescriptor, treeID string, m *pilorama.Move) (*pilorama.LogMove, error) {