Skip to content

Commit

Permalink
fix a typo [skip tests] [skip docs]
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Sep 3, 2017
1 parent 6704e2f commit 681513b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HinetPy/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def get_waveform(self, code, starttime, span,
starttime = _string2datetime(starttime)
endtime = starttime + timedelta(minutes=span)
if not time0 <= starttime < endtime <= time1:
msg = "Data not avaible in the time period. " + \
msg = "Data not available in the time period. " + \
"Call Client.info('{}') for help.".format(code)
raise ValueError(msg)

Expand Down

0 comments on commit 681513b

Please sign in to comment.