diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2012-06-27 14:49:06 +0200 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2012-06-27 14:49:59 +0200 |
commit | 0b7ad22ba6aaefaaa1d9792f3c236322aafe93c7 (patch) | |
tree | b6bd27f494af65f57f62014a21b04bd361c54fb5 /src/libvirt.c | |
parent | Add /tools/libvirt-guests.service to .gitignore (diff) | |
download | libvirt-0b7ad22ba6aaefaaa1d9792f3c236322aafe93c7.tar.gz libvirt-0b7ad22ba6aaefaaa1d9792f3c236322aafe93c7.tar.bz2 libvirt-0b7ad22ba6aaefaaa1d9792f3c236322aafe93c7.zip |
doc: fix typo in virDomainDestroy API doc
Diffstat (limited to 'src/libvirt.c')
-rw-r--r-- | src/libvirt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libvirt.c b/src/libvirt.c index ef5ac4713..db6ba15e1 100644 --- a/src/libvirt.c +++ b/src/libvirt.c @@ -2127,11 +2127,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 |