summaryrefslogtreecommitdiff
path: root/gee/list.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/list.vala')
-rw-r--r--gee/list.vala4
1 files changed, 2 insertions, 2 deletions
diff --git a/gee/list.vala b/gee/list.vala
index e11399cba..d73028337 100644
--- a/gee/list.vala
+++ b/gee/list.vala
@@ -41,10 +41,10 @@ public abstract class Vala.List<G> : Collection<G> {
public abstract void set (int index, G item);
/**
- * Returns the index of the first occurence of the specified item in
+ * Returns the index of the first occurrence of the specified item in
* this list.
*
- * @return the index of the first occurence of the specified item, or
+ * @return the index of the first occurrence of the specified item, or
* -1 if the item could not be found
*/
public abstract int index_of (G item);