Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Mar 8, 2019
1 parent 019bb02 commit 03924e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion htp.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ func main() {
lo = max(lo, t0-t2-Second)
hi = min(hi, t1-t2)
if hi < lo {
logger.Fatal("Local or remote time changed during syncronization")
logger.Fatal("Cannot synchronize clocks: " +
"Local or remote time changed during synchronization")
}

offset = (hi + lo) / 2
Expand Down

0 comments on commit 03924e9

Please # to comment.