diff --git a/crates/index-scheduler/src/processing.rs b/crates/index-scheduler/src/processing.rs index 631719f73..2aa7cf859 100644 --- a/crates/index-scheduler/src/processing.rs +++ b/crates/index-scheduler/src/processing.rs @@ -178,8 +178,8 @@ make_enum_progress! { make_enum_progress! { pub enum Export { EnsuringCorrectnessOfTheTarget, - ExporingTheSettings, - ExporingTheDocuments, + ExportingTheSettings, + ExportingTheDocuments, } }