From 5d218b0e447da20d44d75ab8105ee1d742ca8d09 Mon Sep 17 00:00:00 2001 From: hrtarsia <89439116+hrtarsia@users.noreply.github.com> Date: Mon, 22 Apr 2024 03:33:02 -0400 Subject: Fix grammar in srp_verifier.txt CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24237) --- apps/demoSRP/srp_verifier.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/demoSRP/srp_verifier.txt b/apps/demoSRP/srp_verifier.txt index 50a52c152c..a59b464137 100644 --- a/apps/demoSRP/srp_verifier.txt +++ b/apps/demoSRP/srp_verifier.txt @@ -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. -- cgit v1.2.3