diff --git a/test/suites/dev/moonbase/test-staking/test-delegate-with-auto-compound7.ts b/test/suites/dev/moonbase/test-staking/test-delegate-with-auto-compound7.ts index d087bf0766..253756d04c 100644 --- a/test/suites/dev/moonbase/test-staking/test-delegate-with-auto-compound7.ts +++ b/test/suites/dev/moonbase/test-staking/test-delegate-with-auto-compound7.ts @@ -25,7 +25,7 @@ describeSuite({ "Balance should be untouched from genesis amount" ).toBe(DEFAULT_GENESIS_BALANCE); - // Submit a huge preimage (to have a deposit greather than the satked amount) + // Submit a huge preimage (to have a deposit greater than the staked amount) const wasm = fs.readFileSync( "../target/release/wbuild/moonbase-runtime/moonbase_runtime.compact.compressed.wasm" );