Change example to mention only packages that actually exist
authorJacob Bachmeyer <jcb@gnu.org>
Fri, 28 Oct 2022 04:05:45 +0000 (23:05 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Fri, 28 Oct 2022 04:05:45 +0000 (23:05 -0500)
Mentioning a package that does not exist in a message reporting an attempt
to upload a file for a package that does not exist is certainly a clever
joke, but might be confusing to the recipient.

gatekeeper.pl

index 471685f40634c92f7470f90337a51a7a999acc3b..a09802e0f9d7badca1448808d6d3cca71f37ebba 100755 (executable)
@@ -922,7 +922,7 @@ sub email_addresses {
   open (EMAIL_FILE, "<", "$package_config_base/$package_name/email")
     or fatal(<<"END",1);
 The directory line should start with the name of the package for which you
-are trying to upload a file, e.g. gcc, gawk, or gasm. We have no package
+are trying to upload a file, e.g. gcc, gawk, or gimp. We have no package
 named '$package_name'. If this is a new GNU package, please ensure that you
 have registered your GPG key for its uploads, per
 http://www.gnu.org/prep/maintain/html_node/Automated-Upload-Registration.html.