projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d281e13
)
tools/kvm_stat: fix typo
author
Stefan Raspl
<raspl@linux.vnet.ibm.com>
Wed, 7 Jun 2017 19:08:25 +0000
(21:08 +0200)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 8 Jun 2017 16:13:16 +0000
(18:13 +0200)
Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/kvm/kvm_stat/kvm_stat
patch
|
blob
|
history
diff --git
a/tools/kvm/kvm_stat/kvm_stat
b/tools/kvm/kvm_stat/kvm_stat
index 8f74ed8e72372994213d6cca31e4313edb6a2501..904eb6214602afb2d2a8f20708827b576d3dd25e 100755
(executable)
--- 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.wrapp
re
+ """Resets the terminal to its normal state. Based on curses.wrapp
er
implementation from the Python standard library."""
if self.screen:
self.screen.keypad(0)