summaryrefslogtreecommitdiffstats
path: root/src/sortdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sortdict.h')
-rw-r--r--src/sortdict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sortdict.h b/src/sortdict.h
index 40f23f7..088d5ef 100644
--- a/src/sortdict.h
+++ b/src/sortdict.h
@@ -353,7 +353,7 @@ class SDict
class IteratorDict; // first forward declare
friend class IteratorDict; // then make it a friend
- /*! Simple iterator for SDict. It iterates in over the dictionary elements
+ /*! Simple iterator for SDict. It iterates over the dictionary elements
* in an unsorted way, but does provide information about the element's key.
*/
class IteratorDict