Re: [libvirt] [PATCH] libvirt-admin.c:fix a typo

2016-09-21 Thread John Ferlan


On 09/21/2016 03:31 PM, Nitesh Konkar wrote:
> Signed-off-by: Nitesh Konkar 
> ---
>  src/libvirt-admin.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

ACK and pushed,

Tks,

John

In the future, rather than one patch at a time, keep a git tree of
things like this you find Separate patches is fine. Then when you
get "enough" (or more than a few) - send them as a series.  Makes it
easier to manage on the push side!

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


[libvirt] [PATCH] libvirt-admin.c:fix a typo

2016-09-21 Thread Nitesh Konkar
Signed-off-by: Nitesh Konkar 
---
 src/libvirt-admin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libvirt-admin.c b/src/libvirt-admin.c
index 03245b6..88eef54 100644
--- a/src/libvirt-admin.c
+++ b/src/libvirt-admin.c
@@ -344,7 +344,7 @@ virAdmConnectRef(virAdmConnectPtr conn)
  * @libVer: where to store the library version
  *
  * Provides version information. @libVer is the version of the library and will
- * allways be set unless an error occurs in which case an error code and a
+ * always be set unless an error occurs in which case an error code and a
  * generic message will be returned. @libVer format is as follows:
  * major * 1,000,000 + minor * 1,000 + release.
  *
-- 
2.1.0

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