Merge pull request #89 from zhouyaguo/master
authorJustin Pettit <jpettit@ovn.org>
Wed, 18 Nov 2015 23:29:27 +0000 (15:29 -0800)
committerJustin Pettit <jpettit@ovn.org>
Wed, 18 Nov 2015 23:29:27 +0000 (15:29 -0800)
FAQ.md: Fix typo

FAQ.md

diff --git a/FAQ.md b/FAQ.md
index 4c259bf..9280065 100644 (file)
--- a/FAQ.md
+++ b/FAQ.md
@@ -448,7 +448,7 @@ A: The following commands configure br0 with eth0 and tap0 as trunk
    To later disable mirroring and destroy the GRE tunnel:
 
        ovs-vsctl clear bridge br0 mirrors
-       ovs-vcstl del-port br0 gre0
+       ovs-vsctl del-port br0 gre0
 
 ### Q: Does Open vSwitch support ERSPAN?