summaryrefslogtreecommitdiff
path: root/novaclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/shell.py')
-rw-r--r--novaclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/shell.py b/novaclient/shell.py
index 468e889b..adb8b4dc 100644
--- a/novaclient/shell.py
+++ b/novaclient/shell.py
@@ -824,7 +824,7 @@ def main(argv=sys.argv[1:]):
if os.environ.get("NOVACLIENT_ISHOULDNTBEDOINGTHIS") != "1":
print(
_(
- "nova CLI is deprecated and will be a removed in a future "
+ "nova CLI is deprecated and will be removed in a future "
"release"
),
file=sys.stderr,