diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2023-01-16 13:45:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-01-16 13:34:19 +0000 |
commit | 0857ba551bdb1a9db450682eba07f59849a7eddb (patch) | |
tree | da3926654ccdda86e7fd0cbff30b2341d7c77bcc /basctl | |
parent | d5c11b12dbfab8151cf0d7d233f13b062a62721b (diff) |
Fix typo
Change-Id: I01c9a76fd9abca9611748e4e9f575eeb5a45f0dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145570
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |