]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
stream.c: fix a typo
authorNitesh Konkar <niteshkonkar.libvirt@gmail.com>
Wed, 21 Sep 2016 08:36:09 +0000 (14:06 +0530)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 21 Sep 2016 12:02:43 +0000 (14:02 +0200)
Signed-off-by: Nitesh Konkar <nitkon12@linux.vnet.ibm.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
daemon/stream.c

index bd0b5d222917f446daeee92195109919204ce257..533ecf7f910013d35d044425d880792d485b81d1 100644 (file)
@@ -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,