[libgee] Fix a documentation typo
- From: Michael Catanzaro <mcatanzaro src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [libgee] Fix a documentation typo
 
- Date: Sat,  4 Oct 2014 18:42:41 +0000 (UTC)
 
commit c3d18f5cd5bcf362fdf6cb23e60a52d4b5c7e775
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Oct 4 13:42:05 2014 -0500
    Fix a documentation typo
 gee/concurrentlist.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gee/concurrentlist.vala b/gee/concurrentlist.vala
index 58bc022..8d6d5f9 100644
--- a/gee/concurrentlist.vala
+++ b/gee/concurrentlist.vala
@@ -25,7 +25,7 @@
  * [[http://www.cse.yorku.ca/~ruppert/papers/lfll.pdf|Mikhail Fomitchev and  Eric Ruppert paper ]].
  *
  * Many threads are allowed to operate on the same structure as well as modification
- * of structure during iteration is allowed. However the change may not be immidiatly
+ * of structure during iteration is allowed. However the change may not be immediately
  * visible to other threads.
  */
 public class Gee.ConcurrentList<G> : AbstractList<G> {
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]