summaryrefslogtreecommitdiff
path: root/leapsecond.py
diff options
context:
space:
mode:
authorSanjeev Gupta <ghane0@gmail.com>2018-11-08 23:19:31 +0800
committerGary E. Miller <gem@rellim.com>2018-11-08 10:45:31 -0800
commit9ca58726af0cd83fa962c722045c7e98cd35f3fd (patch)
tree3a2b7f093abdfa9b5c9154ebafd6e83492d49e08 /leapsecond.py
parent717e1f9863afa0e267efb3438ce876e75a6987ae (diff)
downloadgpsd-9ca58726af0cd83fa962c722045c7e98cd35f3fd.tar.gz
Typo: ISO8661 -> ISO8601
Signed-off-by: Sanjeev Gupta <ghane0@gmail.com> Signed-off-by: Gary E. Miller <gem@rellim.com>
Diffstat (limited to 'leapsecond.py')
-rwxr-xr-xleapsecond.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/leapsecond.py b/leapsecond.py
index aa5a80cf..18a63652 100755
--- a/leapsecond.py
+++ b/leapsecond.py
@@ -97,7 +97,7 @@ else: # Otherwise we do something real
def isotime(s):
- """Convert timestamps in ISO8661 format to and from Unix time including
+ """Convert timestamps in ISO8601 format to and from Unix time including
optional fractional seconds.
"""