summaryrefslogtreecommitdiffstats
path: root/kit
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2022-08-22 22:00:05 +0200
committerAndras Timar <andras.timar@collabora.com>2022-08-23 18:37:44 +0200
commitcf6e22c22c9a48837885d1cf95906e56d2fcbdcd (patch)
treebee67cb3e7c608cca4e81d254d9202ce59a41110 /kit
parentjsdialog: allow boolean as treeview entry state (diff)
downloadonline-cf6e22c22c9a48837885d1cf95906e56d2fcbdcd.tar.gz
online-cf6e22c22c9a48837885d1cf95906e56d2fcbdcd.zip
Fix typos in comments
Signed-off-by: Andras Timar <andras.timar@collabora.com> Change-Id: I813f652b516c79f350b46317e589b91e0ef39a1a
Diffstat (limited to 'kit')
-rw-r--r--kit/Kit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 383c8f4edc..4ca2f27767 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -2281,7 +2281,7 @@ public:
protected:
void handleMessage(const std::vector<char>& data) override
{
- // To get A LOT of Trace Events, to exercide their handling, uncomment this:
+ // To get A LOT of Trace Events, to exercise their handling, uncomment this:
// ProfileZone profileZone("KitWebSocketHandler::handleMessage");
std::string message(data.data(), data.size());