Skip to content

Commit 75a3ad8

Browse files
committed
fix: typos in filenames
1 parent ad9cb10 commit 75a3ad8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

programs/account-compression/src/instructions/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ pub use rollover_address_merkle_tree_and_queue::*;
2828
pub mod deregister_program;
2929
pub use deregister_program::*;
3030

31-
pub mod intialize_batched_state_merkle_tree;
32-
pub use intialize_batched_state_merkle_tree::*;
31+
pub mod initialize_batched_state_merkle_tree;
32+
pub use initialize_batched_state_merkle_tree::*;
3333

3434
pub mod batch_nullify;
3535
pub use batch_nullify::*;
@@ -40,8 +40,8 @@ pub use batch_append::*;
4040
pub mod rollover_batched_state_merkle_tree;
4141
pub use rollover_batched_state_merkle_tree::*;
4242

43-
pub mod intialize_batched_address_merkle_tree;
44-
pub use intialize_batched_address_merkle_tree::*;
43+
pub mod initialize_batched_address_merkle_tree;
44+
pub use initialize_batched_address_merkle_tree::*;
4545

4646
pub mod batch_update_address_tree;
4747
pub use batch_update_address_tree::*;

0 commit comments

Comments
 (0)