From 34bb2a7fbae782035f00ab4966aa311e4d5b661c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 7 Aug 2024 00:56:41 -0400 Subject: update_sbtxt.pl: fix spelling in comments. --- update_sbtxt.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'update_sbtxt.pl') diff --git a/update_sbtxt.pl b/update_sbtxt.pl index 952d0c3..6abe285 100755 --- a/update_sbtxt.pl +++ b/update_sbtxt.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w ##### -# update_sbtext.pl +# update_sbtxt.pl ##### ##### @@ -18,14 +18,14 @@ ##### # Description: -# Replacement for update_sbtext.sh. Does the same job but runs a good +# Replacement for update_sbtxt.sh. Does the same job but runs a good # bit faster. -# Differences between update_sbtext.sh and update_sbtext.pl: +# Differences between update_sbtxt.sh and update_sbtxt.pl: -# 1. update_sbtext.pl is written in Perl (yeah, call me Captain Obvious). +# 1. update_sbtxt.pl is written in Perl (yeah, call me Captain Obvious). -# 2. update_sbtext.pl is approximaly 60 times as fast. With ~9400 builds +# 2. update_sbtxt.pl is approximaly 60 times as fast. With ~9400 builds # in the repo, the shell version ran in 15 minutes, and this one # runs in 15 *seconds*. @@ -180,7 +180,7 @@ sub parse_info { print "SLACKBUILD $_: " . get_info_value($file, \$content, $_) . "\n"; } - # N.B. update_sbtext.sh always puts 2 spaces after the : here, unless + # N.B. update_sbtxt.sh always puts 2 spaces after the : here, unless # the script name has a + in it (e.g. wmweather+, atari++), in which # case it puts one space, and duplicates the package name. I consider # this a bug in the original script; here, there's always one space -- cgit v1.2.3