Fix typo in comment in chat.cpp

This commit is contained in:
Kahrl 2014-09-14 15:37:27 +02:00
parent 2f170a63c6
commit 206f076422
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ void ChatBuffer::reformat(u32 cols, u32 rows)
}
else if (cols != m_cols || rows != m_rows)
{
// TODO: Avoid reformatting ALL lines (even inivisble ones)
// TODO: Avoid reformatting ALL lines (even invisible ones)
// each time the console size changes.
// Find out the scroll position in *unformatted* lines