Re: [libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

2013-05-21 Thread Osier Yang

On 21/05/13 10:46, Zhe Peng wrote:

The help page of $dom-set_metadata have a typo,this patch fix it.


s/have/has/,  s/fix/fixes/,


---
  lib/Sys/Virt/Domain.pm |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index a502029..053f127 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -112,7 +112,7 @@ C$flags parameter defaults to zero.
  Sets the metadata element of type C$type to hold the value
  C$val. If C$type is  CSys::Virt::Domain::METADATA_ELEMENT
  then the C$key and C$uri elements specify an XML namespace
-to use, otherwise they should both be Cnudef. The optional
+to use, otherwise they should both be Cundef. The optional
  C$flags parameter defaults to zero.
  
  =item $dom-is_active()


Pushed.

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


Re: [libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

2013-05-21 Thread Osier Yang

On 21/05/13 15:35, Osier Yang wrote:

On 21/05/13 10:46, Zhe Peng wrote:

The help page of $dom-set_metadata have a typo,this patch fix it.


s/have/has/,  s/fix/fixes/,


---
  lib/Sys/Virt/Domain.pm |2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index a502029..053f127 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -112,7 +112,7 @@ C$flags parameter defaults to zero.
  Sets the metadata element of type C$type to hold the value
  C$val. If C$type is CSys::Virt::Domain::METADATA_ELEMENT
  then the C$key and C$uri elements specify an XML namespace
-to use, otherwise they should both be Cnudef. The optional
+to use, otherwise they should both be Cundef. The optional
  C$flags parameter defaults to zero.
=item $dom-is_active()


Pushed.


With AUTHORS updated.

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


[libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

2013-05-20 Thread Zhe Peng
The help page of $dom-set_metadata have a typo,this patch fix it.
---
 lib/Sys/Virt/Domain.pm |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index a502029..053f127 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -112,7 +112,7 @@ C$flags parameter defaults to zero.
 Sets the metadata element of type C$type to hold the value
 C$val. If C$type is  CSys::Virt::Domain::METADATA_ELEMENT
 then the C$key and C$uri elements specify an XML namespace
-to use, otherwise they should both be Cnudef. The optional
+to use, otherwise they should both be Cundef. The optional
 C$flags parameter defaults to zero.
 
 =item $dom-is_active()
-- 
1.7.7.6

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


Re: [libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

2013-05-20 Thread Alex Jia
ACK.

-- 
Regards, 
Alex


- Original Message -
From: Zhe Peng zp...@redhat.com
To: libvir-list@redhat.com
Sent: Tuesday, May 21, 2013 10:46:03 AM
Subject: [libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

The help page of $dom-set_metadata have a typo,this patch fix it.
---
 lib/Sys/Virt/Domain.pm |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index a502029..053f127 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -112,7 +112,7 @@ C$flags parameter defaults to zero.
 Sets the metadata element of type C$type to hold the value
 C$val. If C$type is  CSys::Virt::Domain::METADATA_ELEMENT
 then the C$key and C$uri elements specify an XML namespace
-to use, otherwise they should both be Cnudef. The optional
+to use, otherwise they should both be Cundef. The optional
 C$flags parameter defaults to zero.
 
 =item $dom-is_active()
-- 
1.7.7.6

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

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


[libvirt] [libvirt-perl][PATCH] Fix typo in domain help page

2013-04-25 Thread Zhe Peng
The help page of $dom-set_metadata have a typo,this patch fix it.
---
 lib/Sys/Virt/Domain.pm |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sys/Virt/Domain.pm b/lib/Sys/Virt/Domain.pm
index a502029..053f127 100644
--- a/lib/Sys/Virt/Domain.pm
+++ b/lib/Sys/Virt/Domain.pm
@@ -112,7 +112,7 @@ C$flags parameter defaults to zero.
 Sets the metadata element of type C$type to hold the value
 C$val. If C$type is  CSys::Virt::Domain::METADATA_ELEMENT
 then the C$key and C$uri elements specify an XML namespace
-to use, otherwise they should both be Cnudef. The optional
+to use, otherwise they should both be Cundef. The optional
 C$flags parameter defaults to zero.
 
 =item $dom-is_active()
-- 
1.7.7.6

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