diff options
author | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
---|---|---|
committer | Daniel Kahn Gillmor <[email protected]> | 2018-11-08 05:34:27 +0000 |
commit | 2557d0ae6ff0336b041129b7bf5c1e3a8c20a805 (patch) | |
tree | d53dd780b6169d9cc09d7ab91e99e28cb8e96084 /lang/qt/tests/t-encrypt.cpp | |
parent | docs: python bindings (diff) | |
download | gpgme-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.cpp | 2 |
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")); |