aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-04-14 22:13:06 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-04-14 22:13:06 +0000
commitcedf645a73789b2cf603c5f928a81facdb8aebad (patch)
tree9b349349e50e55d90649bbd4f4ca60b98894136a
parent238be5fcbe69551a287af757522595a3f9642317 (diff)
downloadfetchmail-cedf645a73789b2cf603c5f928a81facdb8aebad.tar.gz
fetchmail-cedf645a73789b2cf603c5f928a81facdb8aebad.tar.bz2
fetchmail-cedf645a73789b2cf603c5f928a81facdb8aebad.zip
Typo fix.
svn path=/trunk/; revision=1737
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index f108f7e8..bcc98f56 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -503,7 +503,7 @@ int main (int argc, char **argv)
* Note: this delay is important - don't remove!
*/
sleep(3);
- interface_note_dactivity(&ctl->server);
+ interface_note_activity(&ctl->server);
}
#endif /* defined(linux) && !INET6 */
}