Skip to content

Commit

Permalink
presense -> presence
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpesp committed Jun 18, 2024
1 parent 51dd50b commit 237351e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nexus/src/app/sagas/region_replacement_drive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1368,7 +1368,7 @@ async fn srrd_drive_region_replacement_execute(
// If the Volume is active, that means reconcilation
// completed ok, and therefore Nexus can consider this
// repair complete. This is only true if one repair occurs
// at a time per volume (which is true due to the presense
// at a time per volume (which is true due to the presence
// of volume_repair records), and if this saga locks the
// region replacement request record as part of it executing
// (which it does through the SET_SAGA_ID forward action).
Expand Down
2 changes: 1 addition & 1 deletion nexus/tests/integration_tests/volume_management.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ async fn test_snapshot_prevents_other_disk(
// The Crucible snapshots still remain
assert!(!disk_test.crucible_resources_deleted().await);

// Attempt disk allocation, which will fail - the presense of the snapshot
// Attempt disk allocation, which will fail - the presence of the snapshot
// means the region wasn't deleted.
let disk_size = ByteCount::from_gibibytes_u32(10);
let next_disk_name: Name = "next-disk".parse().unwrap();
Expand Down

0 comments on commit 237351e

Please sign in to comment.