From 350c414d9f0b97897dfce870f283dc1873073534 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Thu, 27 Jun 2024 03:14:34 -0700 Subject: [PATCH] Minor wording change in nocemlist.php. --- Rocksolid_Light/tools/nocem/nocemlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocksolid_Light/tools/nocem/nocemlist.php b/Rocksolid_Light/tools/nocem/nocemlist.php index 8448fc4..29ec62a 100755 --- a/Rocksolid_Light/tools/nocem/nocemlist.php +++ b/Rocksolid_Light/tools/nocem/nocemlist.php @@ -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");