From 30ddc85a1046d8792cb9c2f82033124aebe50d0f Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Tue, 18 Dec 2012 11:11:42 +0000 Subject: Fix typos in vncserver_listen config param help description Fix missing space between words, and capitalize "IP" fully in vncserver_listen config param Change-Id: Ica525910a883e8ff99793e950316d640e1750f98 Signed-off-by: Daniel P. Berrange --- nova/vnc/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/vnc/__init__.py b/nova/vnc/__init__.py index 4b9058eb7..ffbd509fd 100644 --- a/nova/vnc/__init__.py +++ b/nova/vnc/__init__.py @@ -32,7 +32,7 @@ vnc_opts = [ '"http://127.0.0.1:6081/console"'), cfg.StrOpt('vncserver_listen', default='127.0.0.1', - help='Ip address on which instance vncserversshould listen'), + help='IP address on which instance vncservers should listen'), cfg.StrOpt('vncserver_proxyclient_address', default='127.0.0.1', help='the address to which proxy clients ' -- cgit