summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorDaniel Fiala <daniel@openssl.org>2022-11-30 05:59:39 +0100
committerPauli <pauli@openssl.org>2022-12-07 09:37:25 +1100
commita63fa5f711f1f97e623348656b42717d6904ee3e (patch)
tree101fe7234acdff2e2e14030ece1351a5ffe395c5 /demos
parentd3db25f568087bc9dc89b6720f0b4213cd5585c3 (diff)
Replace "a RSA" with "an RSA"
Fixes openssl#19771 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19787)
Diffstat (limited to 'demos')
-rw-r--r--demos/encode/rsa_encode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/encode/rsa_encode.c b/demos/encode/rsa_encode.c
index d8d65ddae8..2bf6d13e6f 100644
--- a/demos/encode/rsa_encode.c
+++ b/demos/encode/rsa_encode.c
@@ -93,7 +93,7 @@ cleanup:
}
/*
- * Store a RSA public or private key to a file using PEM encoding.
+ * Store an RSA public or private key to a file using PEM encoding.
*
* If a passphrase is supplied, the file is encrypted, otherwise
* it is unencrypted.