aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Johnson <nick@nicksphere.ch>2022-01-18 00:00:00 +0000
committerNicholas Johnson <nick@nicksphere.ch>2022-01-18 00:00:00 +0000
commitc1c2addc235b7cd741579ae72490c60169dae9cbeb40de7bf1f21754275ec3e5 (patch)
treecfc9f92546a8df50a83884c9dae7fee85dc019380297fbbceb56228eedb7452b
parentaa3d1f599d1338eea7f2e1f7b3a935082ff6bee4ab22e5e2ea2a69d0143a7f4f (diff)
Add clarifying word
-rw-r--r--src/gemini2html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemini2html.c b/src/gemini2html.c
index 565250f..bd8221b 100644
--- a/src/gemini2html.c
+++ b/src/gemini2html.c
@@ -176,7 +176,7 @@ char* convert_pre_line(const char* line, const size_t size) {
/* Converts the preformatting toggle line to HTML.
*
- * Returns the empty string. Preformatting toggle lines aren't to be displayed.
+ * Returns the empty string. Preformatting toggle lines aren't meant to be displayed.
*/
char* convert_pre_toggle_line(const char* line, const size_t size) {
return strdup("");