X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fchat.cpp;h=0466b6e263e082929e959fa39d1b5277847997dd;hb=56195dc2e45b85b7177cfa97aade77e92cff8805;hp=3102e194a0851d5c48f840c08ee141fac1ad464b;hpb=b0e68060777dfb7daefc81c169e1ed4d95c4a2d6;p=oweals%2Fminetest.git diff --git a/src/chat.cpp b/src/chat.cpp index 3102e194a..0466b6e26 100644 --- a/src/chat.cpp +++ b/src/chat.cpp @@ -19,7 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "chat.h" #include "debug.h" -#include +#include "strfnd.h" #include #include #include "util/string.h" @@ -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