5
0
mirror of git://git.proxmox.com/git/pve-access-control.git synced 2024-12-21 09:34:09 +03:00

api, auth: fix two typos in user-visible description

Just two small typos in user-visible API/schema description. Fix them
up.

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-11-22 11:25:29 +01:00 committed by Thomas Lamprecht
parent de84a7894b
commit 44657865a7
2 changed files with 2 additions and 2 deletions

View File

@ -221,7 +221,7 @@ __PACKAGE__->register_method ({
},
realm => get_standard_option('realm', {
description => "You can optionally pass the realm using this parameter. Normally"
." the realm is simply added to the username <username>\@<relam>.",
." the realm is simply added to the username <username>\@<realm>.",
optional => 1,
completion => \&PVE::AccessControl::complete_realm,
}),

View File

@ -59,7 +59,7 @@ PVE::JSONSchema::register_standard_option('sync-scope', {
});
PVE::JSONSchema::register_standard_option('sync-remove-vanished', {
description => "A semicolon-seperated list of things to remove when they or the user"
description => "A semicolon-separated list of things to remove when they or the user"
." vanishes during a sync. The following values are possible: 'entry' removes the"
." user/group when not returned from the sync. 'properties' removes the set"
." properties on existing user/group that do not appear in the source (even custom ones)."