From: Stefan Raspl Date: Wed, 7 Jun 2017 19:08:25 +0000 (+0200) Subject: tools/kvm_stat: fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=773bffeeb2f1fca7739516d0a5a814dd14a5cc83;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git tools/kvm_stat: fix typo Signed-off-by: Stefan Raspl Signed-off-by: Paolo Bonzini --- diff --git a/tools/kvm/kvm_stat/kvm_stat b/tools/kvm/kvm_stat/kvm_stat index 8f74ed8e7237..904eb6214602 100755 --- a/tools/kvm/kvm_stat/kvm_stat +++ b/tools/kvm/kvm_stat/kvm_stat @@ -929,7 +929,7 @@ class Tui(object): return self def __exit__(self, *exception): - """Resets the terminal to its normal state. Based on curses.wrappre + """Resets the terminal to its normal state. Based on curses.wrapper implementation from the Python standard library.""" if self.screen: self.screen.keypad(0)