diff options
author | Jack Lloyd <[email protected]> | 2018-09-28 10:48:41 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2018-09-28 10:51:12 -0400 |
commit | 8e6fa0a74ee5bf3fcf129ae1c474a3d732500f74 (patch) | |
tree | db9d7f035bdcea3ee1e36dcc5ad1dd4afa825a58 /src/cli | |
parent | 519b21c9586045be3e9316e57bbc5c68ba5841da (diff) |
Spell check the documentation
Diffstat (limited to 'src/cli')
-rw-r--r-- | src/cli/pubkey.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/pubkey.cpp b/src/cli/pubkey.cpp index 8704fe1ad..f95176c65 100644 --- a/src/cli/pubkey.cpp +++ b/src/cli/pubkey.cpp @@ -341,7 +341,7 @@ class EC_Group_Info final : public Command std::string description() const override { - return "Print raw elliptic curve domain parameters of the standarized curve name"; + return "Print raw elliptic curve domain parameters of the standardized curve name"; } void go() override @@ -382,7 +382,7 @@ class DL_Group_Info final : public Command std::string description() const override { - return "Print raw Diffie-Hellman parameters (p,g) of the standarized DH group name"; + return "Print raw Diffie-Hellman parameters (p,g) of the standardized DH group name"; } void go() override |