[libvirt] [PATCH] Fix minor typo (unkown)

2014-02-26 Thread Yuri Chornoivan

Hi,

Sorry for not using git mailing capabilities (my mail service does not  
work well with git).


Thanks for reviewing this patch.

Best regards,
Yuri

0001-Fix-typo-unkown-unknown.patch
Description: Binary data
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] Fix minor typo (unkown)

2014-02-26 Thread Eric Blake
On 02/26/2014 10:06 AM, Yuri Chornoivan wrote:
 Hi,
 
 Sorry for not using git mailing capabilities (my mail service does not
 work well with git).
 
 Thanks for reviewing this patch.

ACK and pushed.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



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

[libvirt] [PATCH] Fix minor typo in governance doc

2014-02-04 Thread Justin Clift
---
 docs/governance.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/governance.html.in b/docs/governance.html.in
index e649f08..2f04281 100644
--- a/docs/governance.html.in
+++ b/docs/governance.html.in
@@ -24,7 +24,7 @@
   project community taken as a whole, all members (whether users,
   contributors or committers) are expected to abide by the project's
   code of conduct. At a high level the code can be summarized as
-  embe excellant to each other/em. Expanding on this:
+  embe excellent to each other/em. Expanding on this:
 /p
 
 ul
-- 
1.8.3.1

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


Re: [libvirt] [PATCH] Fix minor typo in governance doc

2014-02-04 Thread Eric Blake
On 02/04/2014 10:19 AM, Justin Clift wrote:
 ---
  docs/governance.html.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/docs/governance.html.in b/docs/governance.html.in
 index e649f08..2f04281 100644
 --- a/docs/governance.html.in
 +++ b/docs/governance.html.in
 @@ -24,7 +24,7 @@
project community taken as a whole, all members (whether users,
contributors or committers) are expected to abide by the project's
code of conduct. At a high level the code can be summarized as
 -  embe excellant to each other/em. Expanding on this:
 +  embe excellent to each other/em. Expanding on this:

And I even called it out in my first review :)

ACK.

-- 
Eric Blake   eblake redhat com+1-919-301-3266
Libvirt virtualization library http://libvirt.org



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

Re: [libvirt] [PATCH] Fix minor typo in governance doc

2014-02-04 Thread Daniel P. Berrange
On Tue, Feb 04, 2014 at 10:21:50AM -0700, Eric Blake wrote:
 On 02/04/2014 10:19 AM, Justin Clift wrote:
  ---
   docs/governance.html.in | 2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/docs/governance.html.in b/docs/governance.html.in
  index e649f08..2f04281 100644
  --- a/docs/governance.html.in
  +++ b/docs/governance.html.in
  @@ -24,7 +24,7 @@
 project community taken as a whole, all members (whether users,
 contributors or committers) are expected to abide by the project's
 code of conduct. At a high level the code can be summarized as
  -  embe excellant to each other/em. Expanding on this:
  +  embe excellent to each other/em. Expanding on this:
 
 And I even called it out in my first review :)

And from that call out, I fixed a different instance of the same bug I
believe :-) Oh well..

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

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


Re: [libvirt] [PATCH] fix minor typo

2008-08-15 Thread Daniel P. Berrange
On Fri, Aug 15, 2008 at 10:32:48AM +0900, Atsushi SAKAI wrote:
 Hi, John
 
 Thank you for your suggestion.
 I am looking around the libvirt.pot and found 4 typos additionally.
 I am pushing these fixes.

ACK

Daniel
-- 
|: Red Hat, Engineering, London   -o-   http://people.redhat.com/berrange/ :|
|: http://libvirt.org  -o-  http://virt-manager.org  -o-  http://ovirt.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: GnuPG: 7D3B9505  -o-  F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :|

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


Re: [libvirt] [PATCH] fix minor typo

2008-08-14 Thread Atsushi SAKAI
Hi, John

Thank you for your suggestion.
I am looking around the libvirt.pot and found 4 typos additionally.
I am pushing these fixes.

Thanks
Atsushi SAKAI


John Levon [EMAIL PROTECTED] wrote:

 
 Fix a typo in the message for the 'dump' command in virsh.
 
 Signed-off-by: John Levon [EMAIL PROTECTED]
 
 
 Index: src/virsh.c
 ===
 RCS file: /data/cvs/libvirt/src/virsh.c,v
 retrieving revision 1.157
 diff -u -r1.157 virsh.c
 --- src/virsh.c   22 Jul 2008 16:12:01 -  1.157
 +++ src/virsh.c   13 Aug 2008 15:50:09 -
 @@ -1320,7 +1320,7 @@
  return FALSE;
  
  if (virDomainCoreDump(dom, to, 0) == 0) {
 -vshPrint(ctl, _(Domain %s dumpd to %s\n), name, to);
 +vshPrint(ctl, _(Domain %s dumped to %s\n), name, to);
  } else {
  vshError(ctl, FALSE, _(Failed to core dump domain %s to %s),
   name, to);
 
 --
 Libvir-list mailing list
 Libvir-list@redhat.com
 https://www.redhat.com/mailman/listinfo/libvir-list


fix_message_20080815.patch
Description: Binary data
--
Libvir-list mailing list
Libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [PATCH] fix minor typo

2008-08-13 Thread John Levon

Fix a typo in the message for the 'dump' command in virsh.

Signed-off-by: John Levon [EMAIL PROTECTED]


Index: src/virsh.c
===
RCS file: /data/cvs/libvirt/src/virsh.c,v
retrieving revision 1.157
diff -u -r1.157 virsh.c
--- src/virsh.c 22 Jul 2008 16:12:01 -  1.157
+++ src/virsh.c 13 Aug 2008 15:50:09 -
@@ -1320,7 +1320,7 @@
 return FALSE;
 
 if (virDomainCoreDump(dom, to, 0) == 0) {
-vshPrint(ctl, _(Domain %s dumpd to %s\n), name, to);
+vshPrint(ctl, _(Domain %s dumped to %s\n), name, to);
 } else {
 vshError(ctl, FALSE, _(Failed to core dump domain %s to %s),
  name, to);

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