tree-wide: fix some typos #598

Merged
lx merged 5 commits from flokli/garage:fix-typos into main 2023-07-14 15:51:45 +00:00
Showing only changes of commit b1ca1784a1 - Show all commits

View file

@ -216,7 +216,7 @@ pub struct WebsiteOpt {
#[structopt(short = "i", long = "index-document", default_value = "index.html")] #[structopt(short = "i", long = "index-document", default_value = "index.html")]
pub index_document: String, pub index_document: String,
/// Error document: the optionnal document returned when an error occurs /// Error document: the optional document returned when an error occurs
#[structopt(short = "e", long = "error-document")] #[structopt(short = "e", long = "error-document")]
pub error_document: Option<String>, pub error_document: Option<String>,
} }