[libvirt] [PATCH] util: fix a typo in virprocess.c

s/forcably/forcibly Signed-off-by: Hongwei Bi <hwbi2008@gmail.com> --- src/util/virprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/virprocess.c b/src/util/virprocess.c index 405ad06..9179d73 100644 --- a/src/util/virprocess.c +++ b/src/util/virprocess.c @@ -283,7 +283,7 @@ int virProcessKill(pid_t pid, int sig) * Try to kill the process and verify it has exited * * Returns 0 if it was killed gracefully, 1 if it - * was killed forcably, -1 if it is still alive, + * was killed forcibly, -1 if it is still alive, * or another error occurred. */ int -- 1.7.9.5

On 03/26/2014 11:49 PM, Hongwei Bi wrote:
s/forcably/forcibly
Signed-off-by: Hongwei Bi <hwbi2008@gmail.com> --- src/util/virprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
ACK, will push shortly after first fixing the other instances of this typo: docs/internals/command.html.in: it will be forcably killed and cleaned up (via waitpid). include/libvirt/libvirt.h.in: VIR_DOMAIN_EVENT_WATCHDOG_POWEROFF, /* Guest is forcably powered off */ -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Hongwei Bi