From a89bb7d75afa94da0e5fd331a0b82c3e77d7bbdb Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Wed, 1 Feb 2012 15:00:12 +0800 Subject: [PATCH] python: correct a copy-paste error * python/libvirt-override-virStream.py: fix a copy-paste error in sendAll(). Signed-off-by: Alex Jia --- python/libvirt-override-virStream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/libvirt-override-virStream.py b/python/libvirt-override-virStream.py index ff53a16c8e..b5cec2a0f9 100644 --- a/python/libvirt-override-virStream.py +++ b/python/libvirt-override-virStream.py @@ -86,7 +86,7 @@ ret = self.send(got) if ret == -2: - raise libvirtError("cannot use recvAll with " + raise libvirtError("cannot use sendAll with " "nonblocking stream") def recv(self, nbytes): -- GitLab