From 0f0fe82350c4e8cc268566b93858e27c66b70cd3 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Tue, 11 Nov 2014 00:14:11 -0800
Subject: [PATCH] Fix typo, ugh.

---
 bin/mn | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/mn b/bin/mn
index ca332c03..4eaf9810 100755
--- a/bin/mn
+++ b/bin/mn
@@ -259,8 +259,7 @@ class MininetRunner( object ):
             CONTROLLERS[ 'default' ] = findController()
             if CONTROLLERS[ 'default' ] is None:
                 if self.options.switch == 'default':
-                    # Fall back to OVS Bridge, which does not u
-                    se an OF controller
+                    # Fall back to OVS Bridge, which does not use an OF controller
                     info( '*** No default OpenFlow controller found for default switch!\n' )
                     info( '*** Falling back to OVS Bridge\n' )
                     self.options.switch = 'ovsbr'
-- 
GitLab