[libvirt] [PATCH] Fix stream related spelling mistakes

Philipp Hahn hahn at univention.de
Thu Feb 13 08:46:19 UTC 2014


Consistent spelling of all-uppercase I/O.

Signed-off-by: Philipp Hahn <hahn at univention.de>
---
 libvirt-override-virStream.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libvirt-override-virStream.py b/libvirt-override-virStream.py
index 53000da..e9dd09a 100644
--- a/libvirt-override-virStream.py
+++ b/libvirt-override-virStream.py
@@ -28,7 +28,7 @@
     def recvAll(self, handler, opaque):
         """Receive the entire data stream, sending the data to the
         requested data sink. This is simply a convenient alternative
-        to virStreamRecv, for apps that do blocking-I/o.
+        to virStreamRecv, for apps that do blocking-I/O.
 
         A hypothetical handler function looks like:
 
@@ -61,7 +61,7 @@
         """
         Send the entire data stream, reading the data from the
         requested data source. This is simply a convenient alternative
-        to virStreamSend, for apps that do blocking-I/o.
+        to virStreamSend, for apps that do blocking-I/O.
 
         A hypothetical handler function looks like:
 
-- 
1.8.5.3




More information about the libvir-list mailing list