From 0857ba551bdb1a9db450682eba07f59849a7eddb Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 16 Jan 2023 13:45:07 +0100 Subject: Fix typo Change-Id: I01c9a76fd9abca9611748e4e9f575eeb5a45f0dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145570 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- basctl/source/basicide/baside2b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit