diff --git a/core/tests/snapshots.rs b/core/tests/snapshots.rs index 0787e40539..138a04b451 100644 --- a/core/tests/snapshots.rs +++ b/core/tests/snapshots.rs @@ -432,7 +432,7 @@ mod tests { // Only save off the files returned by `get_snapshot_storages`. This is because // some of the storage entries in the accounts directory may be filtered out by // `get_snapshot_storages()` and will not be included in the snapshot. Ultimately, - // this means copying naitvely everything in `accounts_dir` to the `saved_accounts_dir` + // this means copying natively everything in `accounts_dir` to the `saved_accounts_dir` // will lead to test failure by mismatch when `saved_accounts_dir` is compared to // the unpacked snapshot later in this test's call to `verify_snapshot_archive()`. for file in snapshot_storage_files {