[libvirt] [PATCH] Fix stream related spelling mistakes

Consistent spelling of all-uppercase I/O. Signed-off-by: Philipp Hahn <hahn@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

On Thu, Feb 13, 2014 at 09:46:19AM +0100, Philipp Hahn wrote:
Consistent spelling of all-uppercase I/O.
Signed-off-by: Philipp Hahn <hahn@univention.de> --- libvirt-override-virStream.py | 4 ++--
According to the file changed, I guess this is for libvirt-python, so I'm taking it there, but for further submissions, please configure git format-patch to contain 'libvirt-python' in subject-prefix, thank you. ACK && Pushed, Martin
participants (2)
-
Martin Kletzander
-
Philipp Hahn