Fix most of the easy issues

This commit is contained in:
Clément Renault
2025-06-30 18:31:32 +02:00
parent 7219299436
commit 85037352b9
6 changed files with 39 additions and 16 deletions

View File

@ -178,8 +178,8 @@ make_enum_progress! {
make_enum_progress! {
pub enum Export {
EnsuringCorrectnessOfTheTarget,
ExportTheSettings,
ExportTheDocuments,
ExporingTheSettings,
ExporingTheDocuments,
}
}