From ba29290123762399a8497ac5c798a60e172c8a46 Mon Sep 17 00:00:00 2001 From: Orestis Floros Date: Fri, 17 Aug 2018 06:45:20 +0300 Subject: [PATCH] Typo: output -> content --- src/output.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output.c b/src/output.c index 571c01cf..19a7c4af 100644 --- a/src/output.c +++ b/src/output.c @@ -10,7 +10,7 @@ #include "all.h" /* - * Returns the output container below the given output container. + * Returns the content container below the given output container. * */ Con *output_get_content(Con *output) { -- 2.39.5