render: codespell: aquire -> acquire

This commit is contained in:
Daniel Eklöf 2021-09-03 21:38:08 +02:00
parent b4c759e2de
commit 896825f50c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -548,7 +548,7 @@ render_cell(struct terminal *term, pixman_image_t *pix,
mtx_lock(&term->render.workers.lock);
/* Other thread may have instantiated it while we
* aquired the lock */
* acquired the lock */
if (term->box_drawing[idx] == NULL)
term->box_drawing[idx] = box_drawing(term, base);
mtx_unlock(&term->render.workers.lock);