Fix typos in the documentation
Marco Ricci

Marco Ricci commited on 2026-08-09 17:18:56
Zeige 7 geänderte Dateien mit 9 Einfügungen und 9 Löschungen.

... ...
@@ -103,7 +103,7 @@ specifically marked as such.)
103 103
     →[:material-bug:][BUG_OPENSSH_BUG3967_WORKAROUND]
104 104
 
105 105
   - Changes in the test runner behavior of `click` 8.2.0 and higher are now
106
-    accomodated in the test suite.
106
+    accommodated in the test suite.
107 107
     (User-visible behavior is still the same.)
108 108
 
109 109
 ## 0.6 (2026-04-02)  {#v0.6}
... ...
@@ -222,7 +222,7 @@ The exact commands depend on the SSH agent in use.
222 222
             contain the line `enable-win32-openssh-support`, which is
223 223
             equivalent to passing `--enable-win32-openssh-support` upon
224 224
             agent startup.
225
-            This causes `gpg-agent` to masquerade as OpenSSH`s agent.
225
+            This causes `gpg-agent` to masquerade as OpenSSH's agent.
226 226
 
227 227
             Then, inform `derivepassphrase` about the agent's address,
228 228
             i.e., of the OpenSSH agent's socket address:
... ...
@@ -76,7 +76,7 @@ This includes a list of known foreign configuration formats and enabled PEP 508
76 76
 
77 77
 The <b>derivepassphrase export vault</b> utility exits 0 on success, and >0 if an error occurs.
78 78
 
79
-### Fatal error messsages on standard error
79
+### Fatal error messages on standard error
80 80
 
81 81
 (`%s` indicates a variable part of the message.)
82 82
 
... ...
@@ -325,7 +325,7 @@ This is a property specific to the key type, and sometimes the agent used:
325 325
 ??? example "`derivepassphrase vault --key --upper 9 --lower 9 --number 9 example.com`"
326 326
 
327 327
     Attempt to generate a passphrase as in the previous example.
328
-    This example will <em>error out</em>, because the passphrase constraints require at least 27 characters and the standard passphrase length 20 cannot accomodate this.
328
+    This example will <em>error out</em>, because the passphrase constraints require at least 27 characters and the standard passphrase length 20 cannot accommodate this.
329 329
 
330 330
 ??? example "`derivepassphrase vault --config --key --upper 9 --lower 9 --space 2`"
331 331
 
... ...
@@ -341,7 +341,7 @@ This is a property specific to the key type, and sometimes the agent used:
341 341
 
342 342
 The <b>derivepassphrase vault</b> utility exits 0 on success, and >0 if an error occurs.
343 343
 
344
-### Fatal error messsages on standard error
344
+### Fatal error messages on standard error
345 345
 
346 346
 (`%s` indicates a variable part of the message.)
347 347
 
... ...
@@ -98,7 +98,7 @@ You will need Python 3, and a package installer such as `pip` (bundled with Pyth
98 98
 Check that the installation was successful.
99 99
 
100 100
 ~~~~ shell-session
101
-$ devirepassphrase vault --version
101
+$ derivepassphrase vault --version
102 102
 derivepassphrase 0.5
103 103
 Using cryptography 44.0.0
104 104
 Using click 8.1.8
... ...
@@ -27,7 +27,7 @@ We have a working `derivepassphrase` installation, and a `derivepassphrase vault
27 27
 Once again, check that the installation was successful.
28 28
 
29 29
 ~~~~ shell-session
30
-$ devirepassphrase vault --version
30
+$ derivepassphrase vault --version
31 31
 derivepassphrase 0.5
32 32
 Using cryptography 44.0.0
33 33
 Using click 8.1.8
... ...
@@ -233,7 +233,7 @@ The key will persist as long as the agent is running, and will need to be re-add
233 233
         The user must confirm each use of the key
234 234
         ~~~~
235 235
 
236
-        Now each call to `derivepassphrase vault` using this SSH key (only when deriving a passphrase) will ellicit a confirmation prompt by the agent.
236
+        Now each call to `derivepassphrase vault` using this SSH key (only when deriving a passphrase) will elicit a confirmation prompt by the agent.
237 237
         Conversely, any confirmation prompt for this key *at other times* originates from a *different* program, and is therefore suspicious and should not be granted.
238 238
         (See operational risks above.)
239 239
 
... ...
@@ -832,7 +832,7 @@ lowercase characters.
832 832
 Attempt to generate a passphrase as in the previous example.
833 833
 .Em This
834 834
 example will error out, because the passphrase constraints require at least
835
-27 characters and the standard passphrase length 20 cannot accomodate this.
835
+27 characters and the standard passphrase length 20 cannot accommodate this.
836 836
 .Pp
837 837
 .
838 838
 .Dl $ derivepassphrase vault \-\-key \-\-upper 9 \-\-lower 9 \-\-space 2 \-\-config
839 839