Skip to content

「key type」の誤訳を修正:「キーの型」→「キーの種類」 #297

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/openssl/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</section>

<section xml:id="openssl.key-types">
<title>キーの型</title>
<title>キーの種類</title>
<variablelist>
<varlistentry xml:id="constant.openssl-keytype-rsa">
<term>
Expand Down
2 changes: 1 addition & 1 deletion reference/openssl/functions/openssl-pkey-get-details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
となります。
</para>
<para>
使っているキーの型によって、さらに詳細が返されます。
使っているキーの種類によって、さらに詳細が返されます。
常に存在するわけではない要素もあることに注意しましょう。
</para>
<itemizedlist>
Expand Down