[libgit2-glib] Fix documentation of conditions for valid GgitIndexEntry



commit e239a70c51f42496429c18ad971b926cd5606ec6
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Wed Jan 1 14:38:01 2014 +0100

    Fix documentation of conditions for valid GgitIndexEntry

 libgit2-glib/ggit-index-entry.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgit2-glib/ggit-index-entry.c b/libgit2-glib/ggit-index-entry.c
index 4f871d3..acc4f28 100644
--- a/libgit2-glib/ggit-index-entry.c
+++ b/libgit2-glib/ggit-index-entry.c
@@ -219,7 +219,7 @@ ggit_index_entries_get_by_index (GgitIndexEntries *entries,
  * Get a #GgitIndexEntry by index. Note that the returned #GgitIndexEntry is
  * _only_ valid as long as:
  *
- * 1) The associated index has been closed
+ * 1) The associated index has not been closed
  * 2) The entry has not been removed (see ggit_index_remove())
  * 3) The index has not been refreshed (see ggit_index_read())
  *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]