basctl/source/basicide/BasicColorConfig.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6a0dc770f8e288b88c00517e04c10777e2cb1b2f Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jan 8 20:52:01 2024 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Tue Jan 9 18:46:46 2024 +0100 Fix typo Change-Id: I75bcd6459f0bb8d0dcaf4d5646e31da2b71fb78f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/161804 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/basctl/source/basicide/BasicColorConfig.cxx b/basctl/source/basicide/BasicColorConfig.cxx index 1a650fd8c433..21ff95bc0f8e 100644 --- a/basctl/source/basicide/BasicColorConfig.cxx +++ b/basctl/source/basicide/BasicColorConfig.cxx @@ -28,7 +28,7 @@ namespace basctl BasicColorConfig::BasicColorConfig() : ConfigItem("Office.BasicIDE/IDEColorSchemes") { - // Innitially the active color scheme is the one defined in the registry + // Initially the active color scheme is the one defined in the registry m_sCurrentColorScheme = officecfg::Office::BasicIDE::EditorSettings::ColorScheme::get(); // Initialize all available scheme names