From 0ef66fd7b265bb9539051a0d223fe2b00f8ba9dc Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Fri, 22 Jul 2022 10:34:52 +1000 Subject: [PATCH] Spelling --- src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui | 2 +- tests/src/gui/testqgsexternalresourcewidgetwrapper.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui b/src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui index de3eae2abbf..6b0272a2007 100644 --- a/src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui +++ b/src/ui/editorwidgets/qgsexternalresourceconfigdlg.ui @@ -354,7 +354,7 @@ - <html><head/><body><p>Allows to store file paths or directory paths</p></body></html> + <html><head/><body><p>Allows storing file paths or directory paths</p></body></html> diff --git a/tests/src/gui/testqgsexternalresourcewidgetwrapper.cpp b/tests/src/gui/testqgsexternalresourcewidgetwrapper.cpp index 5e14bae4735..f49ae8e1787 100644 --- a/tests/src/gui/testqgsexternalresourcewidgetwrapper.cpp +++ b/tests/src/gui/testqgsexternalresourcewidgetwrapper.cpp @@ -283,7 +283,7 @@ void TestQgsExternalResourceWidgetWrapper::testSetNullValues() void TestQgsExternalResourceWidgetWrapper::testUrlStorageExpression() { - // test that everything related to Url storage expresssion is correctly set + // test that everything related to Url storage expression is correctly set // according to configuration QVariantMap globalVariables; @@ -1107,7 +1107,7 @@ void TestQgsExternalResourceWidgetWrapper::testChangeValueBeforeLoaded() QVERIFY( !ww.mQgsWidget->mErrorLabel->isVisible() ); QVERIFY( !messageBar->currentItem() ); - // first fetch has been canceled and should be detroyed + // first fetch has been canceled and should be destroyed connect( firstFetchContent, &QObject::destroyed, &loop, &QEventLoop::quit ); loop.exec();