mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
render: codespell: aquire -> acquire
This commit is contained in:
parent
b4c759e2de
commit
896825f50c
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -548,7 +548,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
|
||||||
mtx_lock(&term->render.workers.lock);
|
mtx_lock(&term->render.workers.lock);
|
||||||
|
|
||||||
/* Other thread may have instantiated it while we
|
/* Other thread may have instantiated it while we
|
||||||
* aquired the lock */
|
* acquired the lock */
|
||||||
if (term->box_drawing[idx] == NULL)
|
if (term->box_drawing[idx] == NULL)
|
||||||
term->box_drawing[idx] = box_drawing(term, base);
|
term->box_drawing[idx] = box_drawing(term, base);
|
||||||
mtx_unlock(&term->render.workers.lock);
|
mtx_unlock(&term->render.workers.lock);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue