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

Michal Privoznik mprivozn at redhat.com
Wed Sep 21 12:07:58 UTC 2016


On 21.09.2016 10:36, Nitesh Konkar wrote:
> Signed-off-by: Nitesh Konkar <nitkon12 at linux.vnet.ibm.com>
> ---
>  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




More information about the libvir-list mailing list