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