diff options
author | a1346054 <36859588+a1346054@users.noreply.github.com> | 2021-09-12 21:01:30 +0000 |
---|---|---|
committer | Daniel Friesel <derf@chaosdorf.de> | 2022-01-03 10:24:07 +0100 |
commit | 6b3888778bbea026ae05806d7295a05c3ef5ef3f (patch) | |
tree | 5186804a3199e5b33d550b4d76f518a5b325dc9b /src/gib_imlib.c | |
parent | d89975957d54ac901ce52e6e3b9ca95d96048f8f (diff) |
Fix spelling
Diffstat (limited to 'src/gib_imlib.c')
-rw-r--r-- | src/gib_imlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gib_imlib.c b/src/gib_imlib.c index 7858cb7..be3b427 100644 --- a/src/gib_imlib.c +++ b/src/gib_imlib.c @@ -322,7 +322,7 @@ gib_imlib_text_draw(Imlib_Image im, Imlib_Font fn, gib_style * s, int x, gib_style_bit *bb; gib_list *l; - /* here we shift the draw to accomodate bits with negative offsets, + /* here we shift the draw to accommodate bits with negative offsets, * which would be drawn at negative coords otherwise */ l = s->bits; while (l) |