From e63eb7211e8f15896e7579682bd89b22fe553d3f Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 3 Jul 2014 12:14:58 +0000 Subject: [PATCH] Corrected some typos in portlist.h --- portlist.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portlist.h b/portlist.h index f2f251a2b..79ca3e935 100644 --- a/portlist.h +++ b/portlist.h @@ -216,7 +216,7 @@ class Port { private: /* This is allocated only on demand by PortList::setServiceProbeResults - Pto save memory for the many closed or filtered ports that don't need it. */ + to save memory for the many closed or filtered ports that don't need it. */ serviceDeductions *service; }; @@ -247,7 +247,7 @@ class PortList { int forgetPort(u16 portno, u8 protocol); bool portIsDefault(u16 portno, u8 protocol); /* Saves an identification string for the target containing these - ports (an IP addrss might be a good example, but set what you + ports (an IP address might be a good example, but set what you want). Only used when printing new port updates. Optional. A copy is made. */ void setIdStr(const char *id);