From cfa3e3e8c2040d1e8104130ad62c6cc2fbc16d06 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 31 Dec 2011 21:59:45 +0000 Subject: [PATCH] Typo. --- scan_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan_engine.cc b/scan_engine.cc index 272c3b5d8..7ef70b96f 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -2270,7 +2270,7 @@ static void ultrascan_adjust_timing(UltraScanInfo *USI, HostScanStats *hss, || (probe->isPing() && rcvdtime == NULL)) { /* We consider it a drop if 1. We get a positive response to a retransmitted probe, or - 2. We get no response to a timing print probe. */ + 2. We get no response to a timing ping probe. */ if (o.debugging > 1) log_write(LOG_PLAIN, "Ultrascan DROPPED %sprobe packet to %s detected\n", probe->isPing()? "PING " : "", hss->target->targetipstr()); // Drops often come in big batches, but we only want one decrease per batch.