From 42f3bcfdeaa085399fae82cbe1497e7e1d3ceea0 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 18 Jun 2013 00:26:21 +0000 Subject: [PATCH] fixing one typo in original ncat_core.c (atleast=>at least) Originally by d33tah in r30940 in /nmap-exp/d33tag/ncat-lua. --- ncat/ncat_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/ncat_core.c b/ncat/ncat_core.c index 6813bc728..168f2e4f2 100644 --- a/ncat/ncat_core.c +++ b/ncat/ncat_core.c @@ -405,7 +405,7 @@ void dotelnet(int s, unsigned char *buf, size_t bufsiz) * There is no upper or lower limit to the delayval, so if you pass in a short * length of time <100ms, then you're likely going to get odd results. * This is because the Linux timeslice is 10ms-200ms. So don't expect - * it to return for atleast that long. + * it to return for at least that long. * * Block until the specified time has elapsed, then return 1. */