Skip to content

Commit

Permalink
Replace 'sec' by 'seconds'
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc committed Nov 10, 2018
1 parent 9448dce commit 889b4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htp.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func main() {
fmt.Printf("%s\n", now.Format(time.RFC3339Nano))
if !*quiet {
margin := (hi - lo) / 2
logger.Printf("offset: %.3f (± %.3f) sec\n",
logger.Printf("offset: %.3f (± %.3f) seconds\n",
float64(offset)/float64(Second),
float64(margin)/float64(Second))
}
Expand Down

0 comments on commit 889b4f9

Please # to comment.