summaryrefslogtreecommitdiff
path: root/include/valueiterator.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-05-31 18:36:04 +0200
commitf107c1522db3db81bb0ef1031250891432eaa453 (patch)
tree6e9399905aecf23283b5592cab75ef9656a24889 /include/valueiterator.h
parent4b32f9f761ba9e911fdc53181e5c2feec7bf040d (diff)
fix documentation stuff that was reported in pull requested #194
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;