Blame SOURCES/kvm-tools-kvm_stat-fix-typo.patch

4a2fec
From e21fb4a96edba8dfc5edada51d15e604444d9cf9 Mon Sep 17 00:00:00 2001
4a2fec
From: David Hildenbrand <david@redhat.com>
4a2fec
Date: Tue, 17 Oct 2017 19:15:44 +0200
4a2fec
Subject: [PATCH 39/69] tools/kvm_stat: fix typo
4a2fec
4a2fec
RH-Author: David Hildenbrand <david@redhat.com>
4a2fec
Message-id: <20171017191605.2378-19-david@redhat.com>
4a2fec
Patchwork-id: 77324
4a2fec
O-Subject: [RHEL-7.5 qemu-kvm-rhev PATCH 18/39] tools/kvm_stat: fix typo
4a2fec
Bugzilla: 1497137
4a2fec
RH-Acked-by: Paolo Bonzini <pbonzini@redhat.com>
4a2fec
RH-Acked-by: Cornelia Huck <cohuck@redhat.com>
4a2fec
RH-Acked-by: Stefan Hajnoczi <stefanha@redhat.com>
4a2fec
RH-Acked-by: Thomas Huth <thuth@redhat.com>
4a2fec
4a2fec
Upstream-status: linux.git 773bffeeb2f1fca7739516d0a5a814dd14a5cc83
4a2fec
4a2fec
commit 773bffeeb2f1fca7739516d0a5a814dd14a5cc83
4a2fec
Author: Stefan Raspl <raspl@linux.vnet.ibm.com>
4a2fec
Date:   Wed Jun 7 21:08:25 2017 +0200
4a2fec
4a2fec
    tools/kvm_stat: fix typo
4a2fec
4a2fec
    Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
4a2fec
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
4a2fec
4a2fec
Signed-off-by: David Hildenbrand <david@redhat.com>
4a2fec
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
4a2fec
---
4a2fec
 scripts/kvm/kvm_stat | 2 +-
4a2fec
 1 file changed, 1 insertion(+), 1 deletion(-)
4a2fec
4a2fec
diff --git a/scripts/kvm/kvm_stat b/scripts/kvm/kvm_stat
4a2fec
index 8f74ed8..904eb62 100755
4a2fec
--- a/scripts/kvm/kvm_stat
4a2fec
+++ b/scripts/kvm/kvm_stat
4a2fec
@@ -929,7 +929,7 @@ class Tui(object):
4a2fec
         return self
4a2fec
 
4a2fec
     def __exit__(self, *exception):
4a2fec
-        """Resets the terminal to its normal state.  Based on curses.wrappre
4a2fec
+        """Resets the terminal to its normal state.  Based on curses.wrapper
4a2fec
            implementation from the Python standard library."""
4a2fec
         if self.screen:
4a2fec
             self.screen.keypad(0)
4a2fec
-- 
4a2fec
1.8.3.1
4a2fec