Browse code

Fix quantum typo

Change-Id: Ib6343f5c6b7dedb8bda33110460372bc52b6c6a7

Dean Troyer authored on 2012/10/24 05:47:01
Showing 1 changed files
... ...
@@ -50,7 +50,7 @@ function quantum_setup_external_bridge() {
50 50
 }
51 51
 
52 52
 function is_quantum_ovs_base_plugin() {
53
-    local plguin=$1
53
+    local plugin=$1
54 54
     if [[ ",openvswitch,ryu," =~ ,${plugin}, ]]; then
55 55
         return 0
56 56
     fi