]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
doc: fix typo in virDomainDestroy API doc
authorChristophe Fergeau <cfergeau@redhat.com>
Wed, 27 Jun 2012 12:49:06 +0000 (14:49 +0200)
committerCole Robinson <crobinso@redhat.com>
Sun, 12 Aug 2012 23:22:30 +0000 (19:22 -0400)
(cherry picked from commit 0b7ad22ba6aaefaaa1d9792f3c236322aafe93c7)

src/libvirt.c

index 16d1fd5a6e846586f5c1bf1e97d844be661b3cbb..ce1221b9b2cbf82b8174e756d6c9480dad457e4d 100644 (file)
@@ -2211,11 +2211,11 @@ error:
  * Destroy the domain object. The running instance is shutdown if not down
  * already and all resources used by it are given back to the hypervisor. This
  * does not free the associated virDomainPtr object.
- * This function may require privileged access
+ * This function may require privileged access.
  *
  * virDomainDestroy first requests that a guest terminate
  * (e.g. SIGTERM), then waits for it to comply. After a reasonable
- * timeout, if the guest still exists, virDomainDestory will
+ * timeout, if the guest still exists, virDomainDestroy will
  * forcefully terminate the guest (e.g. SIGKILL) if necessary (which
  * may produce undesirable results, for example unflushed disk cache
  * in the guest). To avoid this possibility, it's recommended to