Skip to content

Commit

Permalink
Fix typo in comment in chat.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed Sep 14, 2014
1 parent 2f170a6 commit 206f076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 206f076

Please sign in to comment.