Skip to content

Commit

Permalink
Fix simple typo: minuts -> minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
timgates42 committed Dec 8, 2019
1 parent 5a9f351 commit 31d8e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronyk/chronyk.py
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def timestring(self, maxunits=3):
The maximum amount of units to use.
1: "2 hours"
4: "4 days, 2 hours, 5 minuts and 46 seconds"
4: "4 days, 2 hours, 5 minutes and 46 seconds"
This method ignores the sign of the amount of time (that rhimes).
"""
Expand Down

0 comments on commit 31d8e78

Please sign in to comment.