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

View file

@ -37,7 +37,7 @@ cmd_scrollback_up(struct terminal *term, int rows)
/*
* This happens when scrolling up in a newly opened terminal;
* every single line (except those already visible) are
* uninitalized, and the loop above will bring us back to
* uninitialized, and the loop above will bring us back to
* where we started.
*/
return;