diff options
author | Ingo Klöcker <[email protected]> | 2023-10-13 07:18:54 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2023-10-13 07:23:24 +0000 |
commit | 5c7e4d252ad7ebd576fac870c75a55b3602333a9 (patch) | |
tree | 86fae47446ab1597a617b04c6b9508a00aa8ba26 /lang/qt/tests/t-various.cpp | |
parent | python,doc: Fix typos in documentation and source code comments (diff) | |
download | gpgme-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-various.cpp')
-rw-r--r-- | lang/qt/tests/t-various.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/tests/t-various.cpp b/lang/qt/tests/t-various.cpp index 336ad34e..b7e43a6a 100644 --- a/lang/qt/tests/t-various.cpp +++ b/lang/qt/tests/t-various.cpp @@ -254,7 +254,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); @@ -309,7 +309,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); |