diff options
| author | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 09:19:58 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@thyrsus.com> | 1996-11-08 09:19:58 +0000 |
| commit | a26a8382034de50b7502cb31da886d447496b992 (patch) | |
| tree | 3e8cc040e73d8feb5eb4a4df6870dde51aba3875 | |
| parent | c25ac7a5e2b2bc37d6022a038e8ed2ab829c4be5 (diff) | |
| download | fetchmail-a26a8382034de50b7502cb31da886d447496b992.tar.gz fetchmail-a26a8382034de50b7502cb31da886d447496b992.tar.bz2 fetchmail-a26a8382034de50b7502cb31da886d447496b992.zip | |
Comment fix.
svn path=/trunk/; revision=509
| -rw-r--r-- | driver.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -381,8 +381,7 @@ struct query *ctl; /* query control record */ /* * We go through this in order to be able to handle very - * long lists of users and (re -)implement %s. + * long lists of users and (re)implement %s. */ for (idp = xmit_names; idp; idp = idp->next) nlocals++; |
