]> git.proxmox.com Git - pve-docs.git/blobdiff - examples/guest-example-hookscript.pl
examples: guest hookscript: fix typo in comment
[pve-docs.git] / 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";