aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/ModuleManager.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 15:07:15 +0000
committersaturneric <[email protected]>2024-07-28 15:07:15 +0000
commitadc5d89717cc1498c69792799c74ace413cca713 (patch)
tree698d46d2d36f95fcb74a6aa449ffcba1a4d5f637 /src/core/module/ModuleManager.h
parentfix: can not import binary key data (diff)
downloadGpgFrontend-adc5d89717cc1498c69792799c74ace413cca713.tar.gz
GpgFrontend-adc5d89717cc1498c69792799c74ace413cca713.zip
fix: correct the spelling of 'deactivate'
Diffstat (limited to 'src/core/module/ModuleManager.h')
-rw-r--r--src/core/module/ModuleManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/module/ModuleManager.h b/src/core/module/ModuleManager.h
index 08abbd27..9f7fab18 100644
--- a/src/core/module/ModuleManager.h
+++ b/src/core/module/ModuleManager.h
@@ -87,7 +87,7 @@ class GPGFRONTEND_CORE_EXPORT ModuleManager
void ActiveModule(ModuleIdentifier);
- void DeactiveModule(ModuleIdentifier);
+ void DeactivateModule(ModuleIdentifier);
auto GetTaskRunner(ModuleIdentifier) -> std::optional<TaskRunnerPtr>;