diff --git a/src/meta-srv/src/procedure/region_failover/activate_region.rs b/src/meta-srv/src/procedure/region_failover/activate_region.rs index 1e0036f6e04a..7d9737a6440c 100644 --- a/src/meta-srv/src/procedure/region_failover/activate_region.rs +++ b/src/meta-srv/src/procedure/region_failover/activate_region.rs @@ -42,7 +42,7 @@ pub(super) struct ActivateRegion { // the new leader node needs to remark the failed region as "inactive" // to prevent it from renewing the lease. remark_inactive_region: bool, - // An `None` option stands for unintialized. + // An `None` option stands for uninitialized. region_storage_path: Option, region_options: Option>, region_wal_options: Option>,