]> xenbits.xensource.com Git - libvirt.git/commitdiff
libvirt-guests: fix some typos in a comment
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 25 Jul 2014 09:46:10 +0000 (11:46 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 25 Jul 2014 10:06:07 +0000 (12:06 +0200)
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
tools/libvirt-guests.sh.in

index a158b62dcdbef0fa5c04e9c71781b1f98927adc0..1b17bbe42a103ed312758b62d3520fe0c3522177 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2011-2013 Red Hat, Inc.
+# Copyright (C) 2011-2014 Red Hat, Inc.
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -250,8 +250,8 @@ suspend_guest()
 }
 
 # shutdown_guest URI GUEST
-# Start a ACPI shutdown of GUEST on URI. This function return after the quest
-# was successfully shutdown or the timeout defined by $SHUTDOWN_TIMEOUT expires.
+# Start an ACPI shutdown of GUEST on URI. This function returns after the guest
+# was successfully shutdown or the timeout defined by $SHUTDOWN_TIMEOUT expired.
 shutdown_guest()
 {
     uri=$1