From 3471f19fc56e41b2ee6236ea3016dfa30a76c0ff Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Tue, 13 Jul 2021 23:20:57 +0200 Subject: Fix typos found by codespell GIT_SILENT --- src/kconfig_compiler/KConfigCodeGeneratorBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kconfig_compiler/KConfigCodeGeneratorBase.cpp') diff --git a/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp b/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp index f1ff06b3..0effd7e5 100644 --- a/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp +++ b/src/kconfig_compiler/KConfigCodeGeneratorBase.cpp @@ -149,7 +149,7 @@ void KConfigCodeGeneratorBase::endNamespaces() } } -// returns the member accesor implementation +// returns the member accessor implementation // which should go in the h file if inline // or the cpp file if not inline QString KConfigCodeGeneratorBase::memberAccessorBody(const CfgEntry *e, bool globalEnums) const -- cgit v1.2.1