From bd70b89d19c0cd02829282f6f05e579fc49cc77e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 31 Jul 2018 11:19:33 +0200 Subject: [PATCH] Fix #1848: typo in PVE::Cluster::join() Signed-off-by: Wolfgang Bumiller --- data/PVE/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm index b0a5016..d4b2c90 100644 --- a/data/PVE/Cluster.pm +++ b/data/PVE/Cluster.pm @@ -1812,7 +1812,7 @@ sub join { $conn_args->{manual_verification} = 1; } - print "Etablishing API connection with host '$host'\n"; + print "Establishing API connection with host '$host'\n"; my $conn = PVE::APIClient::LWP->new(%$conn_args); $conn->login(); -- 2.39.2