summaryrefslogtreecommitdiff
path: root/include/valueiterator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/valueiterator.h')
-rw-r--r--include/valueiterator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/valueiterator.h b/include/valueiterator.h
index 92c26aa..9e51f15 100644
--- a/include/valueiterator.h
+++ b/include/valueiterator.h
@@ -103,7 +103,7 @@ public:
bool operator!=(const ValueIterator &that) const;
/**
- * Derefecence, this returns a std::pair with the current key and value
+ * Dereference, this returns a std::pair with the current key and value
* @return std::pair
*/
const std::pair<Value,Value> &operator*() const;