From e76d43b440e8772dea07b3b22331f349abe53efd Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 30 Apr 2024 00:43:06 +0200 Subject: [PATCH] typo --- genlog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genlog.sh b/genlog.sh index 2c9bd4e..a365b37 100755 --- a/genlog.sh +++ b/genlog.sh @@ -69,7 +69,7 @@ do # saved title, and save the modified file in our temporary directory sed "s#<\!-- TITLE -->#${title}#" "$header_template" > "$tempdir/header.html" - # convertig .gmi files in .html + # converting .gmi files in .html /usr/local/bin/gmnitohtml < "$gmi_file" > "$tempdir/body.html" # retrieving of the path of the current .gmi file