runtime: fix typo idnex -> index (#27895)

This commit is contained in:
Ian Macalinao 2022-09-17 22:56:25 -05:00 committed by GitHub
parent 36fe33a1f3
commit 543897a439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1248,7 +1248,7 @@ pub mod tests {
if rewrite_already {
if partition_index_bank_slot != partition_from_pubkey {
// this is an invalid test occurrence.
// we wouldn't have inserted pubkey into 'rewrite_already' for this slot if the current partition index wasn't at the pubkey's partition idnex yet.
// we wouldn't have inserted pubkey into 'rewrite_already' for this slot if the current partition index wasn't at the pubkey's partition index yet.
continue;
}