Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
knopwob committed Aug 13, 2014
1 parent 7160510 commit c319472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion option_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ section_t *new_section(char *name)
{
for (int i = 0; i < section_count; i++) {
if(!strcmp(name, sections[i].name)) {
die("Dublicate section in dunstrc detected.\n", -1);
die("Duplicated section in dunstrc detected.\n", -1);
}
}

Expand Down

0 comments on commit c319472

Please sign in to comment.