aboutsummaryrefslogtreecommitdiffstats
path: root/src/source-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/source-parser.c')
-rw-r--r--src/source-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source-parser.c b/src/source-parser.c
index f9a60ae..aee5c23 100644
--- a/src/source-parser.c
+++ b/src/source-parser.c
@@ -174,7 +174,7 @@ blogc_source_parse(const char *src, size_t src_len, blogc_error_t **err)
switch (state) {
case SOURCE_START:
*err = blogc_error_parser(BLOGC_ERROR_SOURCE_PARSER, src, src_len,
- current, "Your config file is empty.");
+ current, "Your source file is empty.");
break;
case SOURCE_CONFIG_KEY:
*err = blogc_error_parser(BLOGC_ERROR_SOURCE_PARSER, src, src_len,