aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-29 22:24:18 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2023-05-29 22:24:18 +0200
commit303a68baba19d07112e48fc6382281ea6eba1e40 (patch)
tree4ac563f43b400a7442fa951a0e9a049cebd0d10e /src
parent9fd196717310ad8feba546c93fb87c7123b3cec9 (diff)
downloadcherry-303a68baba19d07112e48fc6382281ea6eba1e40.tar.gz
cherry-303a68baba19d07112e48fc6382281ea6eba1e40.zip
Correct a comment
Diffstat (limited to 'src')
-rw-r--r--src/widget.h2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h> /* used bu utils.h until I'll fix that */
+#include <stdlib.h> /* used by utils.h until I'll fix that */
#include <utils.h>
#include "dimension.h"