From c31947298217705bff0f5aeb285585e68fecb354 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 13 Aug 2014 06:54:25 +0200 Subject: [PATCH] fix spelling error --- option_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/option_parser.c b/option_parser.c index 20d78db..6de5a76 100644 --- a/option_parser.c +++ b/option_parser.c @@ -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); } }