fix spelling error

This commit is contained in:
Sascha Kruse 2014-08-13 06:54:25 +02:00
parent 716051064a
commit c319472982

View File

@ -44,7 +44,7 @@ section_t *new_section(char *name)
{ {
for (int i = 0; i < section_count; i++) { for (int i = 0; i < section_count; i++) {
if(!strcmp(name, sections[i].name)) { if(!strcmp(name, sections[i].name)) {
die("Dublicate section in dunstrc detected.\n", -1); die("Duplicated section in dunstrc detected.\n", -1);
} }
} }