From: Douglas Anderson Date: Sun, 22 Oct 2017 06:47:45 +0000 (-0600) Subject: Fix typo in --config-help "funciton" -> "function" X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;ds=sidebyside;h=ac33472d3659ca9d5a29b7c78720788f4bb1aa98;p=rust.git Fix typo in --config-help "funciton" -> "function" --- diff --git a/src/config.rs b/src/config.rs index 6fe6bbe7716..8aff7747dd2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -624,7 +624,7 @@ pub fn get_toml_path(dir: &Path) -> Result, Error> { Replace, Overwrite, Display, Plain, Diff, Coverage"; condense_wildcard_suffixes: bool, false, "Replace strings of _ wildcards by a single .. in \ tuple patterns"; - combine_control_expr: bool, true, "Combine control expressions with funciton calls."; + combine_control_expr: bool, true, "Combine control expressions with function calls."; struct_field_align_threshold: usize, 0, "Align struct fields if their diffs fits within \ threshold."; remove_blank_lines_at_start_or_end_of_block: bool, true,