[pve-devel] [PATCH ha-manager] sim: test hardware: fix typo in error message
Fiona Ebner
f.ebner at proxmox.com
Thu Oct 5 16:07:04 CEST 2023
Signed-off-by: Fiona Ebner <f.ebner at proxmox.com>
---
src/PVE/HA/Sim/TestHardware.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/HA/Sim/TestHardware.pm b/src/PVE/HA/Sim/TestHardware.pm
index 1966596..919a460 100644
--- a/src/PVE/HA/Sim/TestHardware.pm
+++ b/src/PVE/HA/Sim/TestHardware.pm
@@ -123,7 +123,7 @@ sub run {
my $looptime = scalar(@nodes) * 2; # twice the node count
$looptime = 20 if $looptime < 20;
- die "unable to simulate so many nodes. You need to increate watchdog/lock timeouts.\n"
+ die "unable to simulate so many nodes. You need to increase watchdog/lock timeouts.\n"
if $looptime >= 60;
my $first_loop = 1;
--
2.39.2
More information about the pve-devel
mailing list