* [PATCH ha-manager] sim: hardware: fix typo
@ 2026-02-09 10:43 Dominik Rusovac
2026-02-09 10:57 ` applied: " Fiona Ebner
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Rusovac @ 2026-02-09 10:43 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Dominik Rusovac <d.rusovac@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 d57e877..9faa592 100644
--- a/src/PVE/HA/Sim/TestHardware.pm
+++ b/src/PVE/HA/Sim/TestHardware.pm
@@ -121,7 +121,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.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-02-09 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-09 10:43 [PATCH ha-manager] sim: hardware: fix typo Dominik Rusovac
2026-02-09 10:57 ` applied: " Fiona Ebner
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.