summaryrefslogtreecommitdiff
path: root/UnoControls
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-12-19 00:00:46 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-12-19 07:19:35 +0100
commit8efd39be747c729a7f5b40cbca3e2a93585f9413 (patch)
tree7b5114af39a97964057c373d3ec2a2b6a706d5e2 /UnoControls
parent9f3b61e51f7f9de11436b0e4eaec164f2656fbdd (diff)
Fix typos
Change-Id: Ibffe19c1dfda9d0f4ba8d2a0761ad1222491007f Reviewed-on: https://gerrit.libreoffice.org/46599 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'UnoControls')
-rw-r--r--UnoControls/source/controls/progressbar.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/UnoControls/source/controls/progressbar.cxx b/UnoControls/source/controls/progressbar.cxx
index d94409e5e337..dc1757a46cf9 100644
--- a/UnoControls/source/controls/progressbar.cxx
+++ b/UnoControls/source/controls/progressbar.cxx
@@ -204,7 +204,7 @@ void SAL_CALL ProgressBar::setRange ( sal_Int32 nMin, sal_Int32 nMax )
// save impossible cases
// This method is only defined for valid values
- // If you ignore this, the release version wil produce an error "division by zero" in "ProgressBar::setValue()"!
+ // If you ignore this, the release version will produce an error "division by zero" in "ProgressBar::setValue()"!
DBG_ASSERT ( ( nMin != nMax ) , "ProgressBar::setRange()\nValues for MIN and MAX are the same. This is not allowed!\n" );
// Ready for multithreading