From 8632032a6999cbb27b3a2064df8e8e8813692dd8 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Fri, 30 Mar 2012 10:48:06 -0400 Subject: [PATCH] Fix spelling of curent in list sec groups. Change-Id: I248b4c506fda155f74cc6231877c2e50bdc517fa --- .mailmap | 1 + AUTHORS | 2 +- novaclient/v1_1/shell.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index f270bb6f5..a29c779e0 100644 --- a/.mailmap +++ b/.mailmap @@ -3,6 +3,7 @@ Antony Messerli root Chris Behrens comstud + Johannes Erdfelt jerdfelt diff --git a/AUTHORS b/AUTHORS index df7ab19fc..a79c56d0a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,7 +11,7 @@ Chmouel Boudjnah Chris Behrens Christopher MacGown Cole Robinson -Dan Prince +Dan Prince Dan Wendlandt Dave Walker Dean Troyer diff --git a/novaclient/v1_1/shell.py b/novaclient/v1_1/shell.py index 94e25c144..e7e110663 100644 --- a/novaclient/v1_1/shell.py +++ b/novaclient/v1_1/shell.py @@ -1258,7 +1258,7 @@ def do_secgroup_delete(cs, args): def do_secgroup_list(cs, args): - """List security groups for the curent tenant.""" + """List security groups for the current tenant.""" _print_secgroups(cs.security_groups.list())