From 4d9226ffeefcd2863c2f300381e6d9067e165dc0 Mon Sep 17 00:00:00 2001 From: Seiichi Uchida Date: Sun, 10 Dec 2017 18:14:17 +0900 Subject: [PATCH] Fix a typo --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index d15507f4962..960f0f687d3 100644 --- a/src/config.rs +++ b/src/config.rs @@ -685,7 +685,7 @@ create_config! { error_on_line_overflow_comments: bool, true, false, "Error if unable to get comments within max_width"; error_on_line_overflow_strings: bool, true, false, - "Error if unable to get string letrais within max_width"; + "Error if unable to get string literals within max_width"; report_todo: ReportTactic, ReportTactic::Never, false, "Report all, none or unnumbered occurrences of TODO in source file comments"; report_fixme: ReportTactic, ReportTactic::Never, false,