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