summaryrefslogtreecommitdiff
path: root/sample/fddi_tcp2.c
diff options
context:
space:
mode:
authorJoachim Wiberg <troglobit@gmail.com>2023-04-04 11:04:54 +0200
committerGitHub <noreply@github.com>2023-04-04 11:04:54 +0200
commite99af8b76ea3f412f7cab5803ba3f0e6f352fc64 (patch)
tree4379d0bddcf5c57b8c6753700fb5d01287703ce6 /sample/fddi_tcp2.c
parent58871f3452189af54fc1ce77d4817558c8332372 (diff)
parentae6dbc357ee10573468cbc687cac7a53f187b264 (diff)
downloadlibnet-e99af8b76ea3f412f7cab5803ba3f0e6f352fc64.tar.gz
Merge pull request #159 from uniontech-lilinjie/master
fix typos Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Diffstat (limited to 'sample/fddi_tcp2.c')
-rw-r--r--sample/fddi_tcp2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/fddi_tcp2.c b/sample/fddi_tcp2.c
index d8fee23..8f29954 100644
--- a/sample/fddi_tcp2.c
+++ b/sample/fddi_tcp2.c
@@ -77,7 +77,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':