diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2019-08-27 13:33:30 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-08-27 13:38:29 +0200 |
commit | 95f65ff38fe06faef227bab56cbc28b1a32c92ac (patch) | |
tree | 10c453ee51b23623a82c20d40254fbd7104fbc14 | |
parent | 543520a44d8b5248ef10f70e38d1c55ba24a2a5b (diff) |
Fix typos
-rw-r--r-- | docs/csv2pskc.rst | 2 | ||||
-rw-r--r-- | docs/pskc2pskc.rst | 2 | ||||
-rw-r--r-- | docs/signatures.rst | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/csv2pskc.rst b/docs/csv2pskc.rst index e177136..4a04a39 100644 --- a/docs/csv2pskc.rst +++ b/docs/csv2pskc.rst @@ -65,7 +65,7 @@ Options Accepted labels are the same as for the :option:`--columns` option. This can be useful for setting the ``issuer``, ``manufacturer`` or - oter common properties globally. + other common properties globally. .. option:: -p PASS/FILE, --password PASS/FILE, --passwd PASS/FILE diff --git a/docs/pskc2pskc.rst b/docs/pskc2pskc.rst index 6bce649..8f81820 100644 --- a/docs/pskc2pskc.rst +++ b/docs/pskc2pskc.rst @@ -52,5 +52,5 @@ Options .. option:: --new-secret KEY/FILE Ensure that the output PSKC file is encrypted with the specified key - value. The key can be probded as a hex-encoded value or point to a file + value. The key can be provided as a hex-encoded value or point to a file that contains the binary value of the key. diff --git a/docs/signatures.rst b/docs/signatures.rst index f5adc78..8d5a185 100644 --- a/docs/signatures.rst +++ b/docs/signatures.rst @@ -33,7 +33,7 @@ The Signature class .. attribute:: is_signed A boolan value that indicates whether an XML signature is present in - the PSKC file. This propery does not indicate whether the signature + the PSKC file. This property does not indicate whether the signature is validated. .. attribute:: algorithm |