]> git.proxmox.com Git - pve-cluster.git/commitdiff
Fix #1848: typo in PVE::Cluster::join()
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jul 2018 09:19:33 +0000 (11:19 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Jul 2018 09:19:33 +0000 (11:19 +0200)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
data/PVE/Cluster.pm

index b0a5016cb4e406b487bc4c4074dd5caec79b51a0..d4b2c900a02f0c8886a4932b064a3ba16bfa73db 100644 (file)
@@ -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();