From: W. Trevor King Date: Wed, 28 May 2014 15:11:53 +0000 (-0700) Subject: posts:simple-servers: Fix 'incomming' -> 'incoming' typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa5c0a8874407db2f128762f312f275362858b17;p=blog.git posts:simple-servers: Fix 'incomming' -> 'incoming' typo --- diff --git a/posts/Simple_servers.mdwn b/posts/Simple_servers.mdwn index 3ef2613..b0e057a 100644 --- a/posts/Simple_servers.mdwn +++ b/posts/Simple_servers.mdwn @@ -1,7 +1,7 @@ After reading Brian Hatch's [Nmap Version Detection Rocks][nmap], I wanted to set up a simple socket-connection test. Here are my notes: -Start a plain-text socket echoing incomming text using [netcat][]: +Start a plain-text socket echoing incoming text using [netcat][]: a$ nc -l -p 8080