diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-14 22:29:28 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-14 22:29:28 +0000 |
| commit | 8fe00c545ea6e8a2b14f7a35b009b84dc0e2c29a (patch) | |
| tree | 90cd4cd2a842f38b06361dbf416d3fca49506474 /nova/console | |
| parent | f40357574245d2e3b8cb7995cb27adc8e9b99175 (diff) | |
| parent | db3c63d199275b92f9106b275e76fdc1eb62d6ba (diff) | |
Merge "Cleanup flags"
Diffstat (limited to 'nova/console')
| -rw-r--r-- | nova/console/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/console/manager.py b/nova/console/manager.py index b384ff354..58ac2174b 100644 --- a/nova/console/manager.py +++ b/nova/console/manager.py @@ -37,7 +37,7 @@ console_manager_opts = [ help='Stub calls to compute worker for tests'), cfg.StrOpt('console_public_hostname', default=socket.gethostname(), - help='Publicly visable name for this console host'), + help='Publicly visible name for this console host'), ] FLAGS = flags.FLAGS |
