summaryrefslogtreecommitdiff
path: root/gee/multimap.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/multimap.vala')
-rw-r--r--gee/multimap.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/multimap.vala b/gee/multimap.vala
index 01c158f..e72d8ed 100644
--- a/gee/multimap.vala
+++ b/gee/multimap.vala
@@ -31,7 +31,7 @@ public interface Gee.MultiMap<K,V> : Object {
public abstract int size { get; }
/**
- * Specifies whether this collection can change - i.e. wheather {@link set},
+ * Specifies whether this collection can change - i.e. whether {@link set},
* {@link remove} etc. are legal operations.
*/
public abstract bool read_only { get; }