summaryrefslogtreecommitdiff
path: root/sw/inc/ring.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-08 18:20:51 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2014-12-08 18:20:51 +0100
commitd13501f194b3a8095e283e0a3d65d1db02e70dad (patch)
tree92cd18d8dc8750b620bebf9c3db313e4a9500838 /sw/inc/ring.hxx
parentbf4eca5b90e915a7273fe9f746187740683ceabe (diff)
typo
Change-Id: I5f6b2136f4eb5cdb4825a3df3fc7d2015d8a3d85
Diffstat (limited to 'sw/inc/ring.hxx')
-rw-r--r--sw/inc/ring.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/ring.hxx b/sw/inc/ring.hxx
index d1e46a6ba9df..e4c62f5af146 100644
--- a/sw/inc/ring.hxx
+++ b/sw/inc/ring.hxx
@@ -180,7 +180,7 @@ namespace sw
/**
* Merges two ring containers. All item from both ring containers will
* be in the same ring container in the end.
- * Note: value_typehe items of this ring container will be inserted just before
+ * Note: The items of this ring container will be inserted just before
* item pDestRing
* @param pDestRing the container to merge this container with
*/
@@ -227,7 +227,7 @@ namespace sw
value_type& dereference() const
{ return m_pCurrent ? *m_pCurrent : * m_pStart; }
/**
- * value_typehis is:
+ * value_type is is:
* - pointing to the current item in the iteration in general
* - nullptr if on the first item (begin())
* - m_pStart when beyond the last item (end())