From 3d11743d3a39b03f4b7570c524422c1362cf7acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=C3=B6fgren?= Date: Mon, 24 Aug 2015 18:10:08 +0200 Subject: [PATCH] settings: Trivial typo fix on format option description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anton Löfgren --- settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.c b/settings.c index f245ca6a9..c05545e52 100644 --- a/settings.c +++ b/settings.c @@ -92,7 +92,7 @@ void load_settings(char *cmdline_config_path) "Treat incoming notifications as plain text."); settings.format = option_get_string("global", "format", "-format", format, - "The format template for the notifictions"); + "The format template for the notifications"); settings.sort = option_get_bool("global", "sort", "-sort", sort, "Sort notifications by urgency and date?");