From cbf1bd6645c9ffe3acb3ca6fb7141bec6df86138 Mon Sep 17 00:00:00 2001 From: Antoine Leblanc Date: Thu, 9 Dec 2021 14:48:07 +0100 Subject: [PATCH] doc: allowkeeper: fix typo Signed-off-by: Antoine Leblanc --- lib/perl/OVH/Bastion/allowkeeper.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/perl/OVH/Bastion/allowkeeper.inc b/lib/perl/OVH/Bastion/allowkeeper.inc index e0245a9..7cda18c 100644 --- a/lib/perl/OVH/Bastion/allowkeeper.inc +++ b/lib/perl/OVH/Bastion/allowkeeper.inc @@ -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: