浏览代码

Fix typo in comment in chat.cpp

Kahrl 9 年之前
父节点
当前提交
206f076422
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/chat.cpp

+ 1 - 1
src/chat.cpp

@@ -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