diff options
-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()) |