From 8738267dbcda8fa924d0672415d995b2aa1e3b84 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 15 Jan 2014 13:31:26 +0100 Subject: [PATCH] Fix some typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I5c734561c0c13192acd9ffd590eb2e8eeb3ca4e1 Reviewed-by: Jørgen Lind --- src/plugins/platforms/wayland/qwaylandintegration.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/platforms/wayland/qwaylandintegration.cpp b/src/plugins/platforms/wayland/qwaylandintegration.cpp index 2e36a16da79..b354ac0706e 100644 --- a/src/plugins/platforms/wayland/qwaylandintegration.cpp +++ b/src/plugins/platforms/wayland/qwaylandintegration.cpp @@ -285,7 +285,7 @@ void QWaylandIntegration::initializeClientBufferIntegration() if (mClientBufferIntegration) mClientBufferIntegration->initialize(mDisplay); else - qWarning("Failed to load client buffer intgration: %s\n", qPrintable(targetKey)); + qWarning("Failed to load client buffer integration: %s\n", qPrintable(targetKey)); } void QWaylandIntegration::initializeServerBufferIntegration() @@ -304,7 +304,7 @@ void QWaylandIntegration::initializeServerBufferIntegration() } if (targetKey.isEmpty()) { - qWarning("Failed to determin what server buffer integration to use"); + qWarning("Failed to determine what server buffer integration to use"); return; }