mirror of
https://github.com/ovh/the-bastion.git
synced 2025-02-27 09:04:13 +08:00
doc: allowkeeper: fix typo
Signed-off-by: Antoine Leblanc <antoine.leblanc@ovhcloud.com>
This commit is contained in:
parent
98c1c79382
commit
cbf1bd6645
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ sub is_valid_uid {
|
|||
sub get_next_available_uid {
|
||||
my %params = @_;
|
||||
|
||||
# if true, also check for the availablility of the corresponding GID:
|
||||
# if true, also check for the availability of the corresponding GID:
|
||||
my $available_gid = $params{'available_gid'};
|
||||
|
||||
# if true, also check for the availability of the corresponding GID + the ttyrec offset:
|
||||
|
|
Loading…
Reference in a new issue