From 206f0764225de4eeb3b2cef119e22df8005e5d60 Mon Sep 17 00:00:00 2001
From: Kahrl <kahrl@gmx.net>
Date: Sun, 14 Sep 2014 15:37:27 +0200
Subject: [PATCH] Fix typo in comment in chat.cpp

---
 src/chat.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chat.cpp b/src/chat.cpp
index 0bd5c1670..0466b6e26 100644
--- a/src/chat.cpp
+++ b/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
-- 
GitLab