diff --git a/lib/storage/partition.go b/lib/storage/partition.go index ca91d71e3..224ad8009 100644 --- a/lib/storage/partition.go +++ b/lib/storage/partition.go @@ -257,7 +257,7 @@ func mustOpenPartition(smallPartsPath, bigPartsPath string, s *Storage) *partiti name := filepath.Base(smallPartsPath) if !strings.HasSuffix(bigPartsPath, name) { - logger.Panicf("FATAL: patititon name in bigPartsPath %q doesn't match smallPartsPath %q; want %q", bigPartsPath, smallPartsPath, name) + logger.Panicf("FATAL: partition name in bigPartsPath %q doesn't match smallPartsPath %q; want %q", bigPartsPath, smallPartsPath, name) } partNamesSmall, partNamesBig := mustReadPartNames(smallPartsPath, bigPartsPath)