summaryrefslogtreecommitdiff
path: root/gee
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-08-19 09:04:21 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-19 09:14:32 +0200
commit4ea93322528d8875daffd163d0aa48f6b39b2cfa (patch)
tree447b696eee7e7c61b8a0425fa6baad2554a52cb4 /gee
parentec3dbf3c1f06fcbca1e1fe46b83fff71475f815a (diff)
downloadvala-4ea93322528d8875daffd163d0aa48f6b39b2cfa.tar.gz
Fix various typos in comments and strings
See https://gitlab.gnome.org/GNOME/vala/issues/1063
Diffstat (limited to 'gee')
-rw-r--r--gee/iterator.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/iterator.vala b/gee/iterator.vala
index 224fa6281..c6680c8cb 100644
--- a/gee/iterator.vala
+++ b/gee/iterator.vala
@@ -54,7 +54,7 @@ public abstract class Vala.Iterator<G> {
public abstract void remove ();
/**
- * Determines wheather the call to {@link get} is legal. It is false at the
+ * Determines whether the call to {@link get} is legal. It is false at the
* beginning and after {@link remove} call and true otherwise.
*/
public abstract bool valid { get; }