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

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