From 339fbe9dc3b81e3f7400567370313304e15b809e Mon Sep 17 00:00:00 2001 From: tridinebandim Date: Sat, 9 Aug 2014 18:37:46 +0300 Subject: [PATCH] Update pvecm typo --- data/PVE/pvecm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/PVE/pvecm b/data/PVE/pvecm index cbd891d..a8279cc 100755 --- a/data/PVE/pvecm +++ b/data/PVE/pvecm @@ -387,7 +387,7 @@ __PACKAGE__->register_method ({ my $vmlist = PVE::Cluster::get_vmlist(); if ($vmlist && $vmlist->{ids} && scalar(keys %{$vmlist->{ids}})) { - die "this host already contains virtual machines - please remove the first\n"; + die "this host already contains virtual machines - please remove them first\n"; } if (system("cman_tool status >/dev/null 2>&1") == 0) {