settings: Trivial typo fix on format option description

Signed-off-by: Anton Löfgren <anton.lofgren@gmail.com>
This commit is contained in:
Anton Löfgren 2015-08-24 18:10:08 +02:00
parent b7eb981b0b
commit 3d11743d3a

View File

@ -92,7 +92,7 @@ void load_settings(char *cmdline_config_path)
"Treat incoming notifications as plain text."); "Treat incoming notifications as plain text.");
settings.format = settings.format =
option_get_string("global", "format", "-format", format, option_get_string("global", "format", "-format", format,
"The format template for the notifictions"); "The format template for the notifications");
settings.sort = settings.sort =
option_get_bool("global", "sort", "-sort", sort, option_get_bool("global", "sort", "-sort", sort,
"Sort notifications by urgency and date?"); "Sort notifications by urgency and date?");