diff mbox series

[virt-server] trace-cmd: Fix a typo in VIRT_SERVER

Message ID 20181003083102.12785-1-slavomir.kaslev@gmail.com (mailing list archive)
State Handled Elsewhere
Headers show
Series [virt-server] trace-cmd: Fix a typo in VIRT_SERVER | expand

Commit Message

Slavomir Kaslev Oct. 3, 2018, 8:31 a.m. UTC
From: Slavomir Kaslev <kaslevs@vmware.com>

Signed-off-by: Slavomir Kaslev <kaslevs@vmware.com>
---
 VIRT-SERVER | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/VIRT-SERVER b/VIRT-SERVER
index b4ce550..1970cec 100644
--- a/VIRT-SERVER
+++ b/VIRT-SERVER
@@ -277,7 +277,7 @@  You can also add host tracing as well.
  # trace-cmd -e kvm -e irq -A Guest1 -e irq -A Guest2 -e irq
 
 The above enables kvm and irq events on the host, and irq events on guests
-Gust1 and Gust2. Notice that this is run as root. In order to enable tracing
+Guest1 and Guest2. Notice that this is run as root. In order to enable tracing
 on the host, root privliges are required.