aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/t-encrypt.cpp
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2018-11-08 05:34:27 +0000
committerDaniel Kahn Gillmor <[email protected]>2018-11-08 05:34:27 +0000
commit2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch)
treed53dd780b6169d9cc09d7ab91e99e28cb8e96084 /lang/qt/tests/t-encrypt.cpp
parentdocs: python bindings (diff)
downloadgpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.tar.gz
gpgme-2557d0ae6ff0336b041129b7bf5c1e3a8c20a805.zip
spelling: fix misspellings
Signed-off-by: Daniel Kahn Gillmor <[email protected]>
Diffstat (limited to 'lang/qt/tests/t-encrypt.cpp')
-rw-r--r--lang/qt/tests/t-encrypt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/tests/t-encrypt.cpp b/lang/qt/tests/t-encrypt.cpp
index 5bd472af..f25da317 100644
--- a/lang/qt/tests/t-encrypt.cpp
+++ b/lang/qt/tests/t-encrypt.cpp
@@ -303,7 +303,7 @@ private:
killAgent(mDir.path());
- /* Now create a new homedir which with we test symetric decrypt. */
+ /* Now create a new homedir which with we test symmetric decrypt. */
QTemporaryDir tmp;
qputenv("GNUPGHOME", tmp.path().toUtf8());
QFile agentConf(tmp.path() + QStringLiteral("/gpg-agent.conf"));