From b8381f37188c449db33fec8c1d8ca4ae2fba48fc Mon Sep 17 00:00:00 2001 From: Bhushan Shah Date: Fri, 15 Jun 2018 14:32:26 +0530 Subject: [PATCH] Fix some spelling issues suggested by new linter tool Reviewed-by: romangg --- src/wayland/autotests/client/test_wayland_registry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/autotests/client/test_wayland_registry.cpp b/src/wayland/autotests/client/test_wayland_registry.cpp index d73baf6c8a..f6b31f5c0e 100644 --- a/src/wayland/autotests/client/test_wayland_registry.cpp +++ b/src/wayland/autotests/client/test_wayland_registry.cpp @@ -598,7 +598,7 @@ void TestWaylandRegistry::testOutOfSyncRemoval() //server removes the global //(simultaneously) the client legimitely uses the bound resource to the global - //client then gets the server events...it should no-op, not be a protcol error + //client then gets the server events...it should no-op, not be a protocol error using namespace KWayland::Client; KWayland::Client::ConnectionThread connection;