summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideSorter.cxx
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-02-23 12:37:29 +0100
committerDavid Tardon <dtardon@redhat.com>2017-02-23 14:50:13 +0100
commita3f2bf61d93c3f599ed24039632055c4dbdf80e5 (patch)
tree28fbd07a3c676b11aff5c92a6c748d960535ef5c /sdext/source/presenter/PresenterSlideSorter.cxx
parentbaf043318e83e768abe4ed7ae1c45bb75c0197e3 (diff)
change intervall -> interval
Change-Id: Ib211619428f16304603d9c0a9fce0b22dde2a617
Diffstat (limited to 'sdext/source/presenter/PresenterSlideSorter.cxx')
-rw-r--r--sdext/source/presenter/PresenterSlideSorter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterSlideSorter.cxx b/sdext/source/presenter/PresenterSlideSorter.cxx
index 86ace6436269..7953b2b560cc 100644
--- a/sdext/source/presenter/PresenterSlideSorter.cxx
+++ b/sdext/source/presenter/PresenterSlideSorter.cxx
@@ -1140,7 +1140,7 @@ void PresenterSlideSorter::Layout::Update (
// Determine column count, preview width, and horizontal gap (borders
// are half the gap). Try to use the preferred values. Try more to
- // stay in the valid intervalls. This last constraint may be not
+ // stay in the valid intervals. This last constraint may be not
// fulfilled in some cases.
const double nElementWidth = nWidth / gnPreferredColumnCount;
if (nElementWidth < gnMinimalPreviewWidth + gnMinimalHorizontalPreviewGap)