summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorhrtarsia <89439116+hrtarsia@users.noreply.github.com>2024-04-22 03:33:02 -0400
committerTomas Mraz <tomas@openssl.org>2024-04-25 11:07:20 +0200
commit5d218b0e447da20d44d75ab8105ee1d742ca8d09 (patch)
tree9e2959f6475db25ca3ec636951742f78f2884e93 /apps
parent7c305197658cb9a337d34f58ca43c0713bec2213 (diff)
Fix grammar in srp_verifier.txt
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)
Diffstat (limited to 'apps')
-rw-r--r--apps/demoSRP/srp_verifier.txt4
1 files 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.