Minor wording change in nocemlist.php.

This commit is contained in:
Retro_Guy 2024-06-27 03:14:34 -07:00
parent 804dee4e46
commit 350c414d9f
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fwrite($nocem_file, "This list is generated by $from_email.\n\n");
fwrite($nocem_file, "This message was signed using the following key:\n");
fwrite($nocem_file, "$signing_key\n\n");
fwrite($nocem_file, "The GPG key needed to verify the signature of cancels\n");
fwrite($nocem_file, "The GPG key needed to verify the signature of NoCeM\n");
fwrite($nocem_file, "issued by $from_email is available at:\n");
fwrite($nocem_file, "$key_location\n\n");