[fix](doc) spell error and aligned with code (#27609)

This commit is contained in:
Nitin-Kashyap
2023-12-06 18:28:39 +05:30
committed by GitHub
parent bd808ae3b4
commit 0ff5a1cc25
3 changed files with 5 additions and 5 deletions

View File

@ -214,7 +214,7 @@ public class Checkpoint extends MasterDaemon {
}
}
LOG.info("push image.{} to other nodes. totally {} nodes, push succeed {} nodes",
LOG.info("push image.{} to other nodes. totally {} nodes, push succeeded {} nodes",
replayedJournalId, otherNodesCount, successPushed);
}
if (successPushed == otherNodesCount) {