summaryrefslogtreecommitdiff
path: root/sample/tcp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'sample/tcp1.c')
-rw-r--r--sample/tcp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/tcp1.c b/sample/tcp1.c
index 3fe025c..dbf7cec 100644
--- a/sample/tcp1.c
+++ b/sample/tcp1.c
@@ -74,7 +74,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':