Skip to content

Commit 775ce88

Browse files
author
tgallone
committed
✏️ Fix type "abbreviation" gen-man.py:24
1 parent 6a4808f commit 775ce88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen-man.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# title (center header)
2222
titlePage = "Fastfetch man page"
2323
# date (center footer)
24-
todayDate = date.today().strftime("%b %d %Y") # format : "Month (abreviation) Day Year"
24+
todayDate = date.today().strftime("%b %d %Y") # format : "Month (abbreviation) Day Year"
2525

2626

2727
# text displayed in the "NAME" section

0 commit comments

Comments
 (0)