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?");