Skip to content

Commit

Permalink
Merge pull request dunst-project#235 from catharsis/settings-format-t…
Browse files Browse the repository at this point in the history
…emplate-helptext-typofix

settings: Trivial typo fix on format option description
  • Loading branch information
knopwob committed Aug 26, 2015
2 parents b7eb981 + 3d11743 commit f0ca84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -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?");
Expand Down

0 comments on commit f0ca84e

Please sign in to comment.