Skip to content

Commit

Permalink
fix: typo (#674)
Browse files Browse the repository at this point in the history
Signed-off-by: guoguangwu <[email protected]>
  • Loading branch information
testwill authored Oct 21, 2023
1 parent f7206cd commit a7c4452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8sutils/cluster-scaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func getRedisClusterSlots(ctx context.Context, cr *redisv1beta2.RedisCluster, no
}
}

logger.V(1).Info("Total cluster slots to be transfered from", "node", nodeID, "is", totalSlots)
logger.V(1).Info("Total cluster slots to be transferred from", "node", nodeID, "is", totalSlots)

return strconv.Itoa(totalSlots)
}
Expand Down

0 comments on commit a7c4452

Please sign in to comment.