summaryrefslogtreecommitdiff
path: root/apps/demoSRP
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2022-08-23 20:45:13 +0200
committerPauli <pauli@openssl.org>2022-10-12 16:55:28 +1100
commit9929c81702381bff54f833d6fe0a3304f4e2b635 (patch)
tree7526b6e7a38f56eda999a11db3c74858ca90bde0 /apps/demoSRP
parentd7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3 (diff)
downloadopenssl-new-9929c81702381bff54f833d6fe0a3304f4e2b635.tar.gz
apps & al : Fix various typos, repeated words, align some spelling to LDP.
Mostly revamped from #16712 - fall thru -> fall through - time stamp -> timestamp - host name -> hostname - ipv6 -> IPv6 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19059)
Diffstat (limited to 'apps/demoSRP')
-rw-r--r--apps/demoSRP/srp_verifier.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/demoSRP/srp_verifier.txt b/apps/demoSRP/srp_verifier.txt
index c2d5c60336..50a52c152c 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 a 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.