Fixed a spelling mistake (#2691)

This commit is contained in:
bora 2021-04-26 17:47:54 +03:00 committed by GitHub
parent d1f81ab50b
commit e587d1ef81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
#include <QVBoxLayout> #include <QVBoxLayout>
// clang-format off // clang-format off
#define INFO "/block <user> in chat blocks a user.\n/block <user> in chat unblocks a user.\nYou can also click on a user to open the usercard." #define INFO "/block <user> in chat blocks a user.\n/unblock <user> in chat unblocks a user.\nYou can also click on a user to open the usercard."
// clang-format on // clang-format on
namespace chatterino { namespace chatterino {