]> git.proxmox.com Git - pve-docs.git/commitdiff
examples: guest hookscript: fix typo in comment
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Sep 2021 05:26:40 +0000 (07:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Sep 2021 05:26:44 +0000 (07:26 +0200)
suggested on our read-only mirror on github:
https://github.com/proxmox/pve-docs/pull/2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
examples/guest-example-hookscript.pl

index bc6e403f1b0d1021aca4a111e57036c5e4114cb5..adeed59e36f6a2314ebd637c8eb9da66b30418e9 100755 (executable)
@@ -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";