diff options
author | saturneric <[email protected]> | 2025-01-27 17:21:25 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-01-27 17:21:25 +0000 |
commit | 22ba38aac5edbf85cc879fd611ef79b9f818544a (patch) | |
tree | 58c693281d2bfc7695ddc98cf1df81d235cd91d7 /src/m_gpg_info/GnupgTab.cpp | |
parent | fix: add more log to version checking (diff) | |
download | Modules-22ba38aac5edbf85cc879fd611ef79b9f818544a.tar.gz Modules-22ba38aac5edbf85cc879fd611ef79b9f818544a.zip |
feat: call gpgconf using the homedir option
Diffstat (limited to 'src/m_gpg_info/GnupgTab.cpp')
-rw-r--r-- | src/m_gpg_info/GnupgTab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_gpg_info/GnupgTab.cpp b/src/m_gpg_info/GnupgTab.cpp index 07d54c4..dc4619f 100644 --- a/src/m_gpg_info/GnupgTab.cpp +++ b/src/m_gpg_info/GnupgTab.cpp @@ -277,7 +277,7 @@ void GnupgTab::process_software_info() { auto option_info = option_info_json.object(); if (!option_info.contains("name")) { - MLogWarn(QString("illegal gnupg configuation info. it doesn't have a " + MLogWarn(QString("illegal gnupg configuration info. it doesn't have a " "name, json: %1") .arg(option_info_json_bytes)); continue; |