summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2022-03-10 13:13:29 +0100
committerOliver Eftevaag <oliver.eftevaag@qt.io>2022-03-14 10:15:12 +0100
commit06c2ffdae7aecc912b4541a4049ab6aab49cab65 (patch)
tree183da4f736be9b9894d63e7d7108adf2d7a33de3
parent7f85425cb5530c964f9990a887792ef8b45e395f (diff)
downloadqtbase-06c2ffdae7aecc912b4541a4049ab6aab49cab65.tar.gz
Fix typo
Change-Id: I4cc6c6867490c1e10ca6c4bf5620325826a687a3 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--src/plugins/platforms/xcb/qxcbintegration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/xcb/qxcbintegration.cpp b/src/plugins/platforms/xcb/qxcbintegration.cpp
index 9fd9819b2b..d47ed372a6 100644
--- a/src/plugins/platforms/xcb/qxcbintegration.cpp
+++ b/src/plugins/platforms/xcb/qxcbintegration.cpp
@@ -177,7 +177,7 @@ QXcbIntegration::QXcbIntegration(const QStringList &parameters, int &argc, char
bool underDebugger = runningUnderDebugger();
if (noGrabArg && doGrabArg && underDebugger) {
- qWarning("Both -nograb and -dograb command line arguments specified. Please pick one. -nograb takes prcedence");
+ qWarning("Both -nograb and -dograb command line arguments specified. Please pick one. -nograb takes precedence");
doGrabArg = false;
}