basctl/source/basicide/baside2b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 0857ba551bdb1a9db450682eba07f59849a7eddb Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Jan 16 13:45:07 2023 +0100 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Jan 16 13:34:19 2023 +0000 Fix typo Change-Id: I01c9a76fd9abca9611748e4e9f575eeb5a45f0dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145570 Tested-by: Julien Nabet <serval2...@yahoo.fr> Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index e5de6abb4306..2601b5f987c1 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -630,7 +630,7 @@ void EditorWindow::KeyInput( const KeyEvent& rKEvt ) if ( rKEvt.GetKeyCode().GetGroup() == KEYGROUP_ALPHA || rKEvt.GetKeyCode().GetGroup() == KEYGROUP_NUM ) { - // If the module is read-only, warn that it cannont be edited + // If the module is read-only, warn that it can't be edited if ( rModulWindow.IsReadOnly() ) rModulWindow.ShowReadOnlyInfoBar(); }