summaryrefslogtreecommitdiff
path: root/sample/tcp1.c
diff options
context:
space:
mode:
authorlilinjie <lilinjie@uniontech.com>2023-04-04 16:18:07 +0800
committerlilinjie <lilinjie@uniontech.com>2023-04-04 16:18:07 +0800
commitae6dbc357ee10573468cbc687cac7a53f187b264 (patch)
tree4379d0bddcf5c57b8c6753700fb5d01287703ce6 /sample/tcp1.c
parent58871f3452189af54fc1ce77d4817558c8332372 (diff)
downloadlibnet-ae6dbc357ee10573468cbc687cac7a53f187b264.tar.gz
fix typos
Signed-off-by: lilinjie <lilinjie@uniontech.com>
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':