summaryrefslogtreecommitdiff
path: root/calc.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-09-26 00:07:40 +0800
committerxuri <xuri.me@gmail.com>2021-09-26 00:07:40 +0800
commit490f3063c2cb35a94d64f6a6859cce7b9dee276d (patch)
tree67b21487eabea5bff15fd1bcdc7db8e60996b452 /calc.go
parentc05b9fe8a6e6cadad0de7821bd33fa5cc283c8e4 (diff)
This closes #1026, time parse accuracy issue and typo fixed
Diffstat (limited to 'calc.go')
-rw-r--r--calc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/calc.go b/calc.go
index 266491f..4303b43 100644
--- a/calc.go
+++ b/calc.go
@@ -103,7 +103,7 @@ var (
"june": 6,
"july": 7,
"august": 8,
- "septemper": 9,
+ "september": 9,
"october": 10,
"november": 11,
"december": 12,