summaryrefslogtreecommitdiff
path: root/sample/tcp2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sample/tcp2.c')
-rw-r--r--sample/tcp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/tcp2.c b/sample/tcp2.c
index b2cad74..50d7410 100644
--- a/sample/tcp2.c
+++ b/sample/tcp2.c
@@ -76,7 +76,7 @@ main(int argc, char **argv)
/*
* We expect the input to be of the form `ip.ip.ip.ip.port`. We
* point cp to the last dot of the IP address/port string and
- * then seperate them with a NULL byte. The optarg now points to
+ * then separate them with a NULL byte. The optarg now points to
* just the IP address, and cp points to the port.
*/
case 'd':