diff options
author | Hongwei Bi <hwbi2008@gmail.com> | 2014-03-27 13:49:48 +0800 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2014-03-27 06:58:46 -0600 |
commit | b2ed4f68b415db7d4e26dea79301ab3c9e4ac5ef (patch) | |
tree | 48ce4609c262610125cd0866999fa51725379a14 /docs/internals | |
parent | 09bfe11090870c17221525b58c7b1c4922adfbe8 (diff) | |
download | libvirt-b2ed4f68b415db7d4e26dea79301ab3c9e4ac5ef.tar.gz |
util: fix a typo in virprocess.c and docs
s/forcably/forcibly
Signed-off-by: Hongwei Bi <hwbi2008@gmail.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'docs/internals')
-rw-r--r-- | docs/internals/command.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/command.html.in b/docs/internals/command.html.in index fc767d96b1..64365b25e3 100644 --- a/docs/internals/command.html.in +++ b/docs/internals/command.html.in @@ -547,7 +547,7 @@ There is no need to check if <code>cmd</code> is NULL before calling <code>virCommandFree</code>. This scenario is handled automatically. If the command is still running, - it will be forcably killed and cleaned up (via waitpid). + it will be forcibly killed and cleaned up (via waitpid). </p> <h2><a name="example">Complete examples</a></h2> |