From 530160a2f31943c2b855cc82209c016572116de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 12 Aug 2014 00:16:26 +0200 Subject: [PATCH] Fix grammar in docs --- wayland_backend.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wayland_backend.h b/wayland_backend.h index eee93a93ad..c704700031 100644 --- a/wayland_backend.h +++ b/wayland_backend.h @@ -201,8 +201,8 @@ private: /** * @brief Class encapsulating all Wayland data structures needed by the Egl backend. * -* It creates the connection to the Wayland Compositor, set's up the registry and creates -* the Wayland surface and it's shell mapping. +* It creates the connection to the Wayland Compositor, sets up the registry and creates +* the Wayland surface and its shell mapping. */ class WaylandBackend : public QObject {