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:39:11 +1100
commitf3e9308fe1b692c424feaa256fbecce958cef1f4 (patch)
treeeeedb8a027a2eaaa067398a24b49c7e8297a7322 /demos
parent8ca2a012c8e4acd44e613463c903d3c7c6b86727 (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) (cherry picked from commit a63fa5f711f1f97e623348656b42717d6904ee3e)
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.