Fix grammar in docs

This commit is contained in:
Sebastian Kügler 2014-08-12 00:16:26 +02:00
parent d44aedbcac
commit 530160a2f3

View file

@ -201,8 +201,8 @@ private:
/** /**
* @brief Class encapsulating all Wayland data structures needed by the Egl backend. * @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 * It creates the connection to the Wayland Compositor, sets up the registry and creates
* the Wayland surface and it's shell mapping. * the Wayland surface and its shell mapping.
*/ */
class WaylandBackend : public QObject class WaylandBackend : public QObject
{ {