Fix build with redis
[oweals/minetest.git] / src / chat.cpp
index 0bd5c16709bb54565f677e7d34123cd6af173608..0466b6e263e082929e959fa39d1b5277847997dd 100644 (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