Skip to content

Commit 06c2632

Browse files
committed
Typo fix
1 parent 064115c commit 06c2632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/beacon_chain/src/schema_change/migration_schema_v24.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ pub fn upgrade_to_v24<T: BeaconChainTypes>(
398398
diff_base_state,
399399
};
400400
let op = new_summary.as_kv_store_op(state_root);
401-
// It's not ncessary to immediately commit the summaries of states that are
401+
// It's not necessary to immediately commit the summaries of states that are
402402
// ReplayFrom. However we do so for simplicity.
403403
db.hot_db.do_atomically(vec![op])?;
404404
}

0 commit comments

Comments
 (0)