From: Thomas Lamprecht Date: Thu, 2 Sep 2021 05:26:40 +0000 (+0200) Subject: examples: guest hookscript: fix typo in comment X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=ffe47a6edcaf6f544eeda886afa9d2163b0e238e examples: guest hookscript: fix typo in comment suggested on our read-only mirror on github: https://github.com/proxmox/pve-docs/pull/2 Signed-off-by: Thomas Lamprecht --- diff --git a/examples/guest-example-hookscript.pl b/examples/guest-example-hookscript.pl index bc6e403..adeed59 100755 --- a/examples/guest-example-hookscript.pl +++ b/examples/guest-example-hookscript.pl @@ -24,7 +24,7 @@ my $phase = shift; if ($phase eq 'pre-start') { # First phase 'pre-start' will be executed before the guest - # ist started. Exiting with a code != 0 will abort the start + # is started. Exiting with a code != 0 will abort the start print "$vmid is starting, doing preparations.\n";