Fix some typos
Change-Id: I5c734561c0c13192acd9ffd590eb2e8eeb3ca4e1 Reviewed-by: Jørgen Lind <jorgen.lind@digia.com>
This commit is contained in:
parent
30cd553ea6
commit
8738267dbc
@ -285,7 +285,7 @@ void QWaylandIntegration::initializeClientBufferIntegration()
|
|||||||
if (mClientBufferIntegration)
|
if (mClientBufferIntegration)
|
||||||
mClientBufferIntegration->initialize(mDisplay);
|
mClientBufferIntegration->initialize(mDisplay);
|
||||||
else
|
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()
|
void QWaylandIntegration::initializeServerBufferIntegration()
|
||||||
@ -304,7 +304,7 @@ void QWaylandIntegration::initializeServerBufferIntegration()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (targetKey.isEmpty()) {
|
if (targetKey.isEmpty()) {
|
||||||
qWarning("Failed to determin what server buffer integration to use");
|
qWarning("Failed to determine what server buffer integration to use");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user