doc: spelling fixes

This commit is contained in:
klemens
2017-08-16 00:24:39 +02:00
committed by MarcoFalke
parent 65cc7aacfb
commit f42fc1d508
14 changed files with 15 additions and 15 deletions

View File

@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
bool fInvalid = false;
// Prefer the "minimal" platform for the test instead of the normal default
// platform ("xcb", "windows", or "cocoa") so tests can't unintentially
// platform ("xcb", "windows", or "cocoa") so tests can't unintentionally
// interfere with any background GUIs and don't require extra resources.
setenv("QT_QPA_PLATFORM", "minimal", 0);