From 5461af9c6ca0a56267b28b83930503a9d60214a9 Mon Sep 17 00:00:00 2001 From: wingwj Date: Tue, 25 Feb 2014 14:17:35 +0800 Subject: [PATCH] Fix typo in novaclient sapshot --> snapshot messanges --> messages Change-Id: I21d9f3bd02c435f92f8ba20e85898d7a11e6a0af --- novaclient/client.py | 2 +- novaclient/v1_1/shell.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/novaclient/client.py b/novaclient/client.py index 8ec471cf9..a80ffb285 100644 --- a/novaclient/client.py +++ b/novaclient/client.py @@ -116,7 +116,7 @@ class HTTPClient(object): rql.addHandler(ch) # Since we have already setup the root logger on debug, we # have to set it up here on WARNING (its original level) - # otherwise we will get all the requests logging messanges + # otherwise we will get all the requests logging messages rql.setLevel(logging.WARNING) # requests within the same session can reuse TCP connections from pool self.http = requests.Session() diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 5f0858b55..c7a520980 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -316,7 +316,7 @@ def _boot(cs, args, reservation_id=None, min_count=None, max_count=None): @utils.arg('--snapshot', default=None, metavar="", - help=_("Sapshot ID to boot from (will create a volume).")) + help=_("Snapshot ID to boot from (will create a volume).")) @utils.arg('--num-instances', default=None, type=int,