Skip to content

Commit 5fddeb1

Browse files
committed
fix more typos
1 parent eb9d4a1 commit 5fddeb1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gitfame/_gitfame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
In no-regex mode, may be a comma-separated list.
2020
Escape (\,) for a literal comma (may require \\, in shell).
2121
--incl=<f> Included files [default: .*]. See `--excl` for format.
22-
--since=<date> Date from which to check. Can be absoulte (eg: 1970-01-31)
22+
--since=<date> Date from which to check. Can be absolute (eg: 1970-01-31)
2323
or relative to now (eg: 3.weeks).
2424
--until=<date> Date to which to check. See `--since` for format.
2525
--cost=<method> Include time cost in person-months (COCOMO) or

gitfame/git-fame.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ See \f[CR]\-\-excl\f[R] for format.
5757
.TP
5858
\-\-since=\f[I]date\f[R]
5959
Date from which to check.
60-
Can be absoulte (eg: 1970\-01\-31) or relative to now (eg: 3.weeks).
60+
Can be absolute (eg: 1970\-01\-31) or relative to now (eg: 3.weeks).
6161
.TP
6262
\-\-until=\f[I]date\f[R]
6363
Date to which to check.

0 commit comments

Comments
 (0)