summaryrefslogtreecommitdiff
path: root/libvirt-override-virStream.py
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2014-02-13 09:46:19 +0100
committerMartin Kletzander <mkletzan@redhat.com>2014-02-13 11:17:29 +0100
commitbde9d463f332433158711c6cb9962a6f7d1808dd (patch)
tree889994d2ca15d326ac2b7e420dc90bb1744e249c /libvirt-override-virStream.py
parent44be62beee860f4241ccc0eb35db1a6e6f1a2c3b (diff)
downloadlibvirt-python-bde9d463f332433158711c6cb9962a6f7d1808dd.tar.gz
Fix stream related spelling mistakes
Consistent spelling of all-uppercase I/O. Signed-off-by: Philipp Hahn <hahn@univention.de>
Diffstat (limited to 'libvirt-override-virStream.py')
-rw-r--r--libvirt-override-virStream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvirt-override-virStream.py b/libvirt-override-virStream.py
index ce82da6..c328154 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:
@@ -62,7 +62,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: