obonaventure / cnp3

Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
https://www.computer-networking.info
508 stars 91 forks source link

Fix typo in protocols/http #132

Closed blegat closed 9 years ago

blegat commented 9 years ago

The first commit just fix the typo: doesn't' -> doesn't For the second, I think there is the word "process" missing. It should be the "port number of the server process which implements the method", not simply the "port number of the server which implements the method" because it is the process who implements it and not the port number nor the server. The third, is simply a missing ')'