Fix spelling of curent in list sec groups.

Change-Id: I248b4c506fda155f74cc6231877c2e50bdc517fa
This commit is contained in:
Dan Prince 2012-03-30 10:48:06 -04:00
parent 262886b297
commit 8632032a69
3 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ Antony Messerli <amesserl@rackspace.com> root <root@debian.ohthree.com>
<brian.waldon@rackspace.com> <bcwaldon@gmail.com>
Chris Behrens <cbehrens+github@codestud.com> comstud <cbehrens+github@codestud.com>
<cbehrens+github@codestud.com> <cbehrens@codestud.com>
<dprince@redhat.com> <dan.prince@rackspace.com>
Johannes Erdfelt <johannes.erdfelt@rackspace.com> jerdfelt <johannes@erdfelt.com>
<johannes.erdfelt@rackspace.com> <johannes@erdfelt.com>
<josh@jk0.org> <jkearney@nova.(none)>

View File

@ -11,7 +11,7 @@ Chmouel Boudjnah <chmouel.boudjnah@rackspace.co.uk>
Chris Behrens <cbehrens+github@codestud.com>
Christopher MacGown <ignoti+github@gmail.com>
Cole Robinson <crobinso@redhat.com>
Dan Prince <dan.prince@rackspace.com>
Dan Prince <dprince@redhat.com>
Dan Wendlandt <dan@nicira.com>
Dave Walker <Dave.Walker@canonical.com>
Dean Troyer <dtroyer@gmail.com>

View File

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