]> git.proxmox.com Git - pve-docs.git/commitdiff
pveum: fix some typos
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 14:25:50 +0000 (16:25 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 2 Jul 2021 14:26:00 +0000 (16:26 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
pveum.adoc

index 9329583d670e80631ca4353a589b991794ab943f..fe1eb3de700cb1eb623e82d02da8a845ca9c848c 100644 (file)
@@ -219,7 +219,7 @@ use encrypted `https://` connections.
 * `client-key`: Optional OpenID Client Key.
 
 * `autocreate`: Automatically create users if they do not exist. While
-authentification is done at the OpenID server, all users still need an
+authentication is done at the OpenID server, all users still need an
 entry in the {pve} user configuration. You can either add them
 manually, or use the `autocreate` option to automatically add new
 users.
@@ -243,11 +243,11 @@ associate real users with that.
 
 The `username-claim` setting allows you to use other attributes for
 the username mapping. Setting it to `username` is preferred, if the
-OpenId Connect server provides that attribute and guarrantee its
+OpenId Connect server provides that attribute and guarantee its
 uniqueness.
 
 Another option is to use `email`, which also yields to human readable
-usernames. Again, only use this setting if the server guarrantees the
+usernames. Again, only use this setting if the server guarantees the
 uniqueness of this attribute.
 
 Examples