summaryrefslogtreecommitdiff
path: root/gee/future.vala
diff options
context:
space:
mode:
Diffstat (limited to 'gee/future.vala')
-rw-r--r--gee/future.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/gee/future.vala b/gee/future.vala
index 654041b..7eb9001 100644
--- a/gee/future.vala
+++ b/gee/future.vala
@@ -61,7 +61,7 @@ public interface Gee.Future<G> : Object {
/**
* Checks if value is ready. If it is calls to {@link wait} and
- * {@link wait_until} will not block and value is returned immidiatly.
+ * {@link wait_until} will not block and value is returned immediately.
*/
[CCode (ordering = 8)]
public abstract bool ready {get;}