aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-08-07 00:56:41 -0400
committerB. Watson <urchlay@slackware.uk>2024-08-07 00:56:41 -0400
commit34bb2a7fbae782035f00ab4966aa311e4d5b661c (patch)
tree404f8bf37dafc0cf846597264a20ae93564eeb01
parentd06db00a212ee503ff4fbf4fd7df66a3f71a2f6b (diff)
downloadsbo-maintainer-tools-34bb2a7fbae782035f00ab4966aa311e4d5b661c.tar.gz
update_sbtxt.pl: fix spelling in comments.
-rwxr-xr-xupdate_sbtxt.pl12
1 files changed, 6 insertions, 6 deletions
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