Re: [libvirt] [PATCH]virsh: fix a typo in virsh-domain

2013-10-17 Thread Ján Tomko
On 10/17/2013 03:42 AM, Chen Hanxiao wrote:
 From: Chen Hanxiao chenhanx...@cn.fujitsu.com
 
 s/it's/its
 
 Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com
 ---
  tools/virsh-domain.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 

ACK and pushed.

Jan




signature.asc
Description: OpenPGP digital signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH]virsh: fix a typo in virsh-domain

2013-10-16 Thread Chen Hanxiao
From: Chen Hanxiao chenhanx...@cn.fujitsu.com

s/it's/its

Signed-off-by: Chen Hanxiao chenhanx...@cn.fujitsu.com
---
 tools/virsh-domain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/virsh-domain.c b/tools/virsh-domain.c
index 6d241db..9017cac 100644
--- a/tools/virsh-domain.c
+++ b/tools/virsh-domain.c
@@ -3036,7 +3036,7 @@ cmdUndefine(vshControl *ctl, const vshCmd *cmd)
   ctxt)))
 goto error;
 
-/* tokenize the string from user and save it's parts into an array */
+/* tokenize the string from user and save its parts into an array */
 if (vol_string 
 (nvol_list = vshStringToArray(vol_string, vol_list))  0)
 goto error;
-- 
1.8.2.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list