From e7948aa6c061d6398448f81cd666ea6c2d1c6b15 Mon Sep 17 00:00:00 2001 From: saturneric Date: Thu, 28 Nov 2024 17:42:48 +0100 Subject: [PATCH] fix: spelling mistakes --- src/m_gpg_info/GnuPGInfoGatheringModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp index 0d02df1..e10825c 100644 --- a/src/m_gpg_info/GnuPGInfoGatheringModule.cpp +++ b/src/m_gpg_info/GnuPGInfoGatheringModule.cpp @@ -48,7 +48,7 @@ GF_MODULE_API_DEFINE("com.bktus.gpgfrontend.module.gnupg_info_gathering", "GatherGnupgInfo", "1.0.1", - "Try gathering gnupg informations.", "Saturneric") + "Try gathering gnupg information.", "Saturneric") DEFINE_TRANSLATIONS_STRUCTURE(ModuleGnuPGInfoGathering);