Re: [libvirt] [PATCH] stream.c:fix a typo

2016-09-21 Thread Michal Privoznik
On 21.09.2016 10:36, Nitesh Konkar wrote:
> Signed-off-by: Nitesh Konkar 
> ---
>  daemon/stream.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/daemon/stream.c b/daemon/stream.c
> index bd0b5d2..533ecf7 100644
> --- a/daemon/stream.c
> +++ b/daemon/stream.c
> @@ -444,7 +444,7 @@ int daemonAddClientStream(virNetServerClientPtr client,
>   *
>   * Removes a stream from the list of active streams for the client
>   *
> - * Returns 0 if the stream was removd, -1 if it doesn't exist
> + * Returns 0 if the stream was removed, -1 if it doesn't exist
>   */
>  int
>  daemonRemoveClientStream(virNetServerClientPtr client,
> 

ACKed and pushed.

Michal

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


[libvirt] [PATCH] stream.c:fix a typo

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

diff --git a/daemon/stream.c b/daemon/stream.c
index bd0b5d2..533ecf7 100644
--- a/daemon/stream.c
+++ b/daemon/stream.c
@@ -444,7 +444,7 @@ int daemonAddClientStream(virNetServerClientPtr client,
  *
  * Removes a stream from the list of active streams for the client
  *
- * Returns 0 if the stream was removd, -1 if it doesn't exist
+ * Returns 0 if the stream was removed, -1 if it doesn't exist
  */
 int
 daemonRemoveClientStream(virNetServerClientPtr client,
-- 
2.1.0

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