diff --git a/translated/tech/How to sniff HTTP traffic from the command line on Linux.md b/translated/tech/How to sniff HTTP traffic from the command line on Linux.md index c45d3e3215..07d6f740f3 100644 --- a/translated/tech/How to sniff HTTP traffic from the command line on Linux.md +++ b/translated/tech/How to sniff HTTP traffic from the command line on Linux.md @@ -20,7 +20,7 @@ $ sudo yum install httpry -如果逆向通过源码来构httpry的话,你可以通过这几个步骤实现: +如果逆向通过源码来构httpry的话,你可以通过这几个步骤实现: $ sudo yum install gcc make git libpcap-devel $ git clone https://github.com/jbittel/httpry.git