[libvirt] [PATCH]LXC: fix a comment typo in lxc_controller.c

Michal Privoznik mprivozn at redhat.com
Fri Sep 27 06:29:34 UTC 2013


On 27.09.2013 07:43, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> 
> LXC: fix a comment typo in lxc_controller.c
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> ---
>  src/lxc/lxc_controller.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/lxc/lxc_controller.c b/src/lxc/lxc_controller.c
> index ed73ab0..636cf6e 100644
> --- a/src/lxc/lxc_controller.c
> +++ b/src/lxc/lxc_controller.c
> @@ -2011,7 +2011,7 @@ virLXCControllerEventSend(virLXCControllerPtr ctrl,
>      virNetMessagePtr msg;
>  
>      if (!ctrl->client) {
> -        VIR_WARN("Dropping event %d becuase libvirtd is not connected", procnr);
> +        VIR_WARN("Dropping event %d because libvirtd is not connected", procnr);
>          return;
>      }
>  
> 

ACK

Tweaked the commit message a bit and pushed.

Michal




More information about the libvir-list mailing list