summaryrefslogtreecommitdiffstats
path: root/framework/inc/classes/checkediterator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/classes/checkediterator.hxx')
-rw-r--r--framework/inc/classes/checkediterator.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/checkediterator.hxx b/framework/inc/classes/checkediterator.hxx
index ab3879ea302b..2f9834e80409 100644
--- a/framework/inc/classes/checkediterator.hxx
+++ b/framework/inc/classes/checkediterator.hxx
@@ -80,7 +80,7 @@ class CheckedIterator
inline CheckedIterator& operator++()
{
- // Warn programmer if he forget to initailize object!
+ // Warn programmer if he forget to initialize object!
SAL_WARN_IF( m_pContainer==nullptr, "fwk", "CheckedIterator::operator++(): Object not initialized!" );
// Step to next element if any exist or set our end states.
switch( m_eEndState )