aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-trustsignatures.cpp
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2023-10-13 07:18:54 +0000
committerIngo Klöcker <[email protected]>2023-10-13 07:23:24 +0000
commit5c7e4d252ad7ebd576fac870c75a55b3602333a9 (patch)
tree86fae47446ab1597a617b04c6b9508a00aa8ba26 /lang/qt/tests/t-trustsignatures.cpp
parentpython,doc: Fix typos in documentation and source code comments (diff)
downloadgpgme-5c7e4d252ad7ebd576fac870c75a55b3602333a9.tar.gz
gpgme-5c7e4d252ad7ebd576fac870c75a55b3602333a9.zip
qt,doc: Fix typos in source code comments
-- Anonymous contribution Signed-off-by: Ingo Klöcker <[email protected]>
Diffstat (limited to 'lang/qt/tests/t-trustsignatures.cpp')
-rw-r--r--lang/qt/tests/t-trustsignatures.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/qt/tests/t-trustsignatures.cpp b/lang/qt/tests/t-trustsignatures.cpp
index 2626096a..b4baea4e 100644
--- a/lang/qt/tests/t-trustsignatures.cpp
+++ b/lang/qt/tests/t-trustsignatures.cpp
@@ -83,7 +83,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job.get());
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org"));
@@ -126,7 +126,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job.get());
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setDupeOk(true);
@@ -194,7 +194,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org"));
@@ -237,7 +237,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setDupeOk(true);
@@ -305,7 +305,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setUserIDsToSign({0});
@@ -349,7 +349,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setDupeOk(true);
@@ -417,7 +417,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setTrustSignature(TrustSignatureTrust::Complete, 1, QStringLiteral("example.org"));
@@ -460,7 +460,7 @@ private Q_SLOTS:
QVERIFY(job);
hookUpPassphraseProvider(job);
- // Setup the job
+ // Set up the job
job->setExportable(true);
job->setSigningKey(seckey);
job->setUserIDsToSign({0});