Fix typos

This commit is contained in:
Jakub Wilk
2016-04-30 23:03:31 +02:00
parent 9d692b101a
commit 0518642c03
9 changed files with 13 additions and 13 deletions

4
DESIGN
View File

@@ -1,4 +1,4 @@
Rough design notitions:
Rough design notes:
decpcap handles pcap. nethogs.cpp asks to be notified of all IPv4 or IPv6
TCP packets.
@@ -25,7 +25,7 @@ table should be updated regularly.
There are some global data structures:
connection.cpp:
connections. 'ConnList' list containting all currently known connections.
connections. 'ConnList' list containing all currently known connections.
A connection removes itself from the global 'connections' list in its
destructor.