From 211dede75a44d8e64ae76d2ac6001d399868e725 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Thu, 7 Mar 2024 14:28:03 -0500 Subject: [PATCH] minor corrections --- blankRSS.pl | 2 +- smhnRSS.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blankRSS.pl b/blankRSS.pl index 7e2a72b..0782dde 100755 --- a/blankRSS.pl +++ b/blankRSS.pl @@ -10,7 +10,7 @@ use warnings; # blankRSS.pl # # This script pulls from a list of RSS feeds and agregates them together into a web page. -# It is designed to run as a cron and overright the HTML file. +# It is designed to run as a cron and overwrite the HTML file. # # license GPLv3.0 https://www.gnu.org/licenses/gpl-3.0.en.html # Code repository: https://code.jacobhaddon.com/jake/smhn diff --git a/smhnRSS.pl b/smhnRSS.pl index b8032e9..e1b3e06 100644 --- a/smhnRSS.pl +++ b/smhnRSS.pl @@ -10,7 +10,7 @@ use warnings; # The Sunday Morning Horror News # # This script pulls from a list of RSS feeds and agregates them together into a web page. -# It is designed to run as a cron and overright the HTML file. +# It is designed to run as a cron and overwrite the HTML file. # # license GPLv3.0 https://www.gnu.org/licenses/gpl-3.0.en.html # Code repository: https://code.jacobhaddon.com/jake/smhn