From 4dc8df302b19d3694fa80c759641389a2336203a Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 22 Oct 2015 04:00:01 -0200 Subject: content-parser: fix comment --- src/content-parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content-parser.c') diff --git a/src/content-parser.c b/src/content-parser.c index ab432a4..59e337e 100644 --- a/src/content-parser.c +++ b/src/content-parser.c @@ -414,7 +414,7 @@ blogc_content_parse(const char *src, size_t *end_excerpt) char *slug = NULL; // this isn't empty because we need some reasonable default value in the - // unlikely case when we need to print some line ending before evaluating + // unlikely case that we need to print some line ending before evaluating // the "real" value. char line_ending[3] = "\n"; bool line_ending_found = false; -- cgit v1.2.3-18-g5258