Skip to content

Commit cb0824e

Browse files
committed
fix typo
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
1 parent bbed114 commit cb0824e

File tree

1 file changed

+1
-1
lines changed
  • pkg/storage/utils/decomposedfs/tree/propagator

1 file changed

+1
-1
lines changed

pkg/storage/utils/decomposedfs/tree/propagator/async.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ func (p AsyncPropagator) propagate(ctx context.Context, spaceID, nodeID string,
387387
// a negative new treesize. Something must have gone wrong with the accounting.
388388
// Reset the current treesize to 0.
389389
log.Error().Uint64("treeSize", treeSize).Int64("sizeDiff", pc.SizeDiff).
390-
Msg("Error when updating treesize of node. Updated treesize < 0. Reestting to 0")
390+
Msg("Error when updating treesize of node. Updated treesize < 0. Resetting to 0")
391391
newSize = 0
392392
default:
393393
newSize = treeSize - uint64(-pc.SizeDiff)

0 commit comments

Comments
 (0)