[geary/wip/219-unbreak-sroll-vector-expansion: 1/3] Fix one very wrong word in a comment



commit f7f69e9e4134c3e665f3efcfeef3cf6bd887a6fc
Author: Michael Gratton <mike vee net>
Date:   Wed Feb 20 19:57:34 2019 +1100

    Fix one very wrong word in a comment
    
    Per the Geary.Folder.list_email_by_id API docs, if the initial UID is a
    vector expansion is wrong, it defaults to the end of the *vector*, not
    the remote.

 src/engine/imap-engine/replay-ops/imap-engine-abstract-list-email.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/engine/imap-engine/replay-ops/imap-engine-abstract-list-email.vala 
b/src/engine/imap-engine/replay-ops/imap-engine-abstract-list-email.vala
index 16ef683d..9285f0fa 100644
--- a/src/engine/imap-engine/replay-ops/imap-engine-abstract-list-email.vala
+++ b/src/engine/imap-engine/replay-ops/imap-engine-abstract-list-email.vala
@@ -219,7 +219,7 @@ private abstract class Geary.ImapEngine.AbstractListEmail : Geary.ImapEngine.Sen
      * start of the vector if the OLDEST_TO_NEWEST flag is set, else
      * from `initial_uid` (inclusive) back at most by `count` number
      * of messages. If `initial_uid` is null, the start or end of the
-     * remote is used, respectively.
+     * vector is used, respectively.
      *
      * The returned UIDs are those added to the vector, which can then
      * be examined and added to the messages to be fulfilled if


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