diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-08-26 23:53:14 +0200 |
commit | 39818023a0f58dd61b8a4ddc3857d144ef572d49 (patch) | |
tree | 1cba4296303e98127c650b03f76d74a3d16a0d4f /fetchmail.c | |
parent | 0bd7f01f1cdfe793186eaf95cc32a3ba9219de7b (diff) | |
download | fetchmail-39818023a0f58dd61b8a4ddc3857d144ef572d49.tar.gz fetchmail-39818023a0f58dd61b8a4ddc3857d144ef572d49.tar.bz2 fetchmail-39818023a0f58dd61b8a4ddc3857d144ef572d49.zip |
fetchmail.c: fix typo in comment.
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index a345e2fa..6ca9db94 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -765,7 +765,7 @@ int main(int argc, char **argv) /* Boldly assume that we also have res_init() if we have * res_search(), and call res_init() to re-read the resolv.conf * file, so that we can pick up changes to that file that are - * written by dhpccd, dhclient, pppd, openvpn and similar. */ + * written by dhcpcd, dhclient, pppd, openvpn and similar. */ /* NOTE: This assumes that /etc/resolv.conf is written * atomically (i. e. a temporary file is written, flushed and |