Fix some typos

Change-Id: I5c734561c0c13192acd9ffd590eb2e8eeb3ca4e1
Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
Laszlo Agocs 2014-01-15 13:31:26 +01:00 committed by The Qt Project
parent 30cd553ea6
commit 8738267dbc

View File

@ -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;
}