Minor typo fix
authorDionysis Grigoropoulos <dgrig@grnet.gr>
Mon, 16 Dec 2013 15:00:34 +0000 (17:00 +0200)
committerStavros Sachtouris <saxtouri@admin.grnet.gr>
Mon, 16 Dec 2013 15:22:03 +0000 (17:22 +0200)
kamaki/cli/commands/network.py

index d526e06..74088d8 100644 (file)
@@ -740,7 +740,7 @@ class network_connect(_port_create):
 
 @command(network_cmds)
 class network_disconnect(_init_network, _port_wait, _optional_json):
-    """Disconnnect a network from a device"""
+    """Disconnect a network from a device"""
 
     def _cyclades_client(self):
         auth = getattr(self, 'auth_base')