From 303a68baba19d07112e48fc6382281ea6eba1e40 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Mon, 29 May 2023 22:24:18 +0200 Subject: Correct a comment --- src/widget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget.h b/src/widget.h index a54d2d1..c82eef8 100644 --- a/src/widget.h +++ b/src/widget.h @@ -3,7 +3,7 @@ #ifndef __CHERRY_WIDGET_H__ #define __CHERRY_WIDGET_H__ -#include /* used bu utils.h until I'll fix that */ +#include /* used by utils.h until I'll fix that */ #include #include "dimension.h" -- cgit v1.2.3