diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-07-31 10:29:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-08-01 07:21:17 +0200 |
commit | 8df7947f49cd00c5432dfe565dba9788d88ff714 (patch) | |
tree | 210707f526895a41eaf45068e7347aacaaba62d7 | |
parent | 88e2ca99e0dcc892a0900d7c3ff3d2ca20bbf0b8 (diff) |
Fix typo
Change-Id: Ic60f4ca995b4f6261a45d7d5ca7f6736b9308f37
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137656
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sc/source/ui/StatisticsDialogs/SamplingDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx index fad4ac6d05a5..0667fd6a314c 100644 --- a/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx +++ b/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx @@ -364,7 +364,7 @@ sal_Int64 ScSamplingDialog::GetPopulationSize() const void ScSamplingDialog::LimitSampleSizeAndPeriod() { // Limit sample size (for WOR methods) and period if population is smaller - // than last known value. When enlargening the input population range the + // than last known value. When enlarging the input population range the // values will be adjusted up to the last known value again. const sal_Int64 nPopulationSize = GetPopulationSize(); if (nPopulationSize <= mnLastSampleSizeValue && !mxWithReplacement->get_active()) |