diff --git a/substrate/frame/asset-rewards/src/lib.rs b/substrate/frame/asset-rewards/src/lib.rs index a95136ed91deb42fbeeea7c6a5bfdf4ac5a09600..0ef3351a2b73081dcb9ca75b40ac618ce71e0193 100644 --- a/substrate/frame/asset-rewards/src/lib.rs +++ b/substrate/frame/asset-rewards/src/lib.rs @@ -632,7 +632,7 @@ pub mod pallet { /// Returns the updated pool and staker info. /// /// NOTE: this function has no side-effects. Side-effects such as storage modifications are - /// the resopnsibility of the caller. + /// the responsibility of the caller. pub fn update_pool_and_staker_rewards( pool_info: &PoolInfoFor<T>, staker_info: &PoolStakerInfo<T::Balance>,