diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 06:21:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-04-25 06:21:22 +0000 |
commit | d9ae1e7f7b3e288155260c5bd97add9a38e16a4c (patch) | |
tree | ae53a62b9a52a70c7b651ed953ec6399deb4060d /uid.c | |
parent | e92253bc3c827f46a06a74986b12da8c8628e703 (diff) | |
download | fetchmail-d9ae1e7f7b3e288155260c5bd97add9a38e16a4c.tar.gz fetchmail-d9ae1e7f7b3e288155260c5bd97add9a38e16a4c.tar.bz2 fetchmail-d9ae1e7f7b3e288155260c5bd97add9a38e16a4c.zip |
Typo fix.
svn path=/trunk/; revision=2447
Diffstat (limited to 'uid.c')
-rw-r--r-- | uid.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ * considered seen in `oldsaved'. These are messages that were left in * the mailbox and *not deleted* on previous queries (we don't need to * remember the UIDs of deleted messages because ... well, they're gone!) - * This list is initially set up by initialized_saved_list() from the + * This list is initially set up by initialize_saved_list() from the * .fetchids file. * * Early in the query, during the execution of the protocol-specific |