diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /usr.sbin/rdate | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'usr.sbin/rdate')
-rw-r--r-- | usr.sbin/rdate/ntpleaps.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/rdate/ntpleaps.h b/usr.sbin/rdate/ntpleaps.h index e5f0fd8c27c..30dda83a852 100644 --- a/usr.sbin/rdate/ntpleaps.h +++ b/usr.sbin/rdate/ntpleaps.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpleaps.h,v 1.3 2004/05/05 20:29:54 jakob Exp $ */ +/* $OpenBSD: ntpleaps.h,v 1.4 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2002 Thorsten Glaser. All rights reserved. @@ -52,7 +52,7 @@ #define TAI64_TO_SEC(t) ((t) - NTPLEAPS_OFFSET) /* Initializes the leap second table. Does not need to be called - * before usage of the subtract funtion, but calls ntpleaps_read. + * before usage of the subtract function, but calls ntpleaps_read. * returns 0 on success, -1 on error (displays a warning on stderr) */ int ntpleaps_init(void); |