From ff18bb3a0609d559efb2d3a9991b9781b0f7e761 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 22 Oct 2022 05:02:07 +0900 Subject: [PATCH] Fix typo in restart-cluster.md (#28538) occurence -> occurrence --- docs/src/running-validator/restart-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/running-validator/restart-cluster.md b/docs/src/running-validator/restart-cluster.md index 2353709e8..4f4fd0c90 100644 --- a/docs/src/running-validator/restart-cluster.md +++ b/docs/src/running-validator/restart-cluster.md @@ -8,7 +8,7 @@ optimistically confirmed slot your validator observed: solana-ledger-tool -l ledger latest-optimistic-slots ``` -In Solana 1.13 or less, the latest optimistically confirmed can be found by looking for the more recent occurence of +In Solana 1.13 or less, the latest optimistically confirmed can be found by looking for the more recent occurrence of [this](https://github.com/solana-labs/solana/blob/0264147d42d506fb888f5c4c021a998e231a3e74/core/src/optimistic_confirmation_verifier.rs#L71) metrics datapoint.