From 4962f682589459d5fdd347e5fd3c623f4c7b3e8d Mon Sep 17 00:00:00 2001 From: CODe <71spates.bravest@icloud.com> Date: Mon, 6 Jan 2025 21:11:48 +0100 Subject: [PATCH] typo fix positions.rs (#548) --- staking/programs/staking/src/state/positions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staking/programs/staking/src/state/positions.rs b/staking/programs/staking/src/state/positions.rs index d6e9d15a..1a824524 100644 --- a/staking/programs/staking/src/state/positions.rs +++ b/staking/programs/staking/src/state/positions.rs @@ -566,7 +566,7 @@ impl Position { /** * Two positions are equivalent if they have the same state for the current and previous - * epoch. This is because we never check the state of a position for epochs futher in + * epoch. This is because we never check the state of a position for epochs further in * the past than 1 epoch. An exception to this rule is claimimng rewards in integrity * pool, therefore `pool_authority` should ensure rewards have been claimed before * allowing merging positions.