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())