Fix grammar in srp_verifier.txt
authorhrtarsia <89439116+hrtarsia@users.noreply.github.com>
Mon, 22 Apr 2024 07:33:02 +0000 (03:33 -0400)
committerTomas Mraz <tomas@openssl.org>
Thu, 25 Apr 2024 09:07:20 +0000 (11:07 +0200)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24237)

apps/demoSRP/srp_verifier.txt

index 50a52c152caafd2fb9e3ae84274e770a3ae8604f..a59b464137755a29cd9a877723bd26aec929727c 100644 (file)
@@ -1,6 +1,6 @@
 # This is a file that will be filled by the openssl srp routine.
 # You can initialize the file with additional groups, these are
-# records starting with an I followed by the g and N values and the id.
+# records starting with an 'I' followed by the 'g' and 'N' values and the ID.
 # The exact values ... you have to dig this out from the source of srp.c
 # or srp_vfy.c
-# The last value of an I is used as the default group for new users.
+# The last value of an 'I' is used as the default group for new users.