aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-05-03 14:47:08 +0000
committersaturneric <[email protected]>2024-05-03 14:47:08 +0000
commitb5f7516f77ef8e0949115ff3ad01f6c7b1658537 (patch)
tree44378bd4fdaa7c9a278fa7f766f58d709166e0c8 /src/init.h
parentfeat: support theme changing by user (diff)
downloadGpgFrontend-b5f7516f77ef8e0949115ff3ad01f6c7b1658537.tar.gz
GpgFrontend-b5f7516f77ef8e0949115ff3ad01f6c7b1658537.zip
fix: correct some spelling mistakes
Diffstat (limited to 'src/init.h')
-rw-r--r--src/init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.h b/src/init.h
index 7a688504..218889ff 100644
--- a/src/init.h
+++ b/src/init.h
@@ -56,13 +56,13 @@ void InitLocale();
*
* @param args
*/
-void InitGlobalBasicalEnv(const GFCxtWPtr &, bool);
+void InitGlobalBasicEnv(const GFCxtWPtr &, bool);
/**
* @brief
*
* @param p_ctx
*/
-void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx);
+void ShutdownGlobalBasicEnv(const GFCxtWPtr &p_ctx);
} // namespace GpgFrontend \ No newline at end of file