summaryrefslogtreecommitdiff
path: root/starmath
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2023-07-27 11:02:18 +0200
committerJulien Nabet <serval2412@yahoo.fr>2023-07-27 11:45:27 +0200
commit9d1cc55a7738ac401aaa787c42ce9c330c38631b (patch)
treec390aa016b707b8f5e9a4227b9f8542c9445daa1 /starmath
parentf58dc86c9c8a257f620b009e243ab591a4a67ced (diff)
Fix typo
Change-Id: I09fc9db6621a1e074a76e38d1d98a666ab2159f5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154983 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'starmath')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 449dc0e586e7..e495039326f9 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -151,7 +151,7 @@ void SmGraphicWindow::Resize()
const auto nScrSize = mxScrolledWindow->get_scroll_thickness();
bool bVVisible = false; // by default no vertical-ScrollBar
bool bHVisible = false; // by default no horizontal-ScrollBar
- bool bChanged; // determines if a visiblility was changed
+ bool bChanged; // determines if a visibility was changed
do
{
bChanged = false;