Fix some spelling mistakes

This commit is contained in:
Craig Barnes 2020-08-15 19:39:00 +01:00
parent ef1bab6559
commit 104fe2fa55
9 changed files with 12 additions and 12 deletions

2
osc.c
View file

@ -512,7 +512,7 @@ osc_dispatch(struct terminal *term)
* Update color of already rendered cells.
*
* Note that we do *not* store the original palette
* index. Therefor, the best we can do is compare
* index. Therefore, the best we can do is compare
* colors - if they match, assume "our" palette index
* was the one used to render the cell.
*