Skip to content

Commit c9222e1

Browse files
authored
chore: fix typo (#531)
Spell prioritization consistently for logging convenience
1 parent 2f96fc1 commit c9222e1

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

auction-server/src/auction/repository/add_recent_priotization_fee.rs renamed to auction-server/src/auction/repository/add_recent_prioritization_fee.rs

File renamed without changes.

auction-server/src/auction/repository/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use {
1717
mod add_auction;
1818
mod add_bid;
1919
mod add_lookup_table;
20-
mod add_recent_priotization_fee;
20+
mod add_recent_prioritization_fee;
2121
mod conclude_auction;
2222
mod get_bid;
2323
mod get_bids;

0 commit comments

Comments
 (0)