diff options
author | 2023-05-29 22:24:18 +0200 | |
---|---|---|
committer | 2023-05-29 22:24:18 +0200 | |
commit | 303a68baba19d07112e48fc6382281ea6eba1e40 (patch) | |
tree | 4ac563f43b400a7442fa951a0e9a049cebd0d10e | |
parent | 9fd196717310ad8feba546c93fb87c7123b3cec9 (diff) | |
download | cherry-303a68baba19d07112e48fc6382281ea6eba1e40.tar.gz cherry-303a68baba19d07112e48fc6382281ea6eba1e40.zip |
Correct a comment
-rw-r--r-- | src/widget.h | 2 |
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" |