Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Typofix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 16, 2015
1 parent d1c3c35 commit f94ade2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedimg/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def virt_types_from_url(url):
return ['hvm', 'paravirtual']


def region_to_provider(region):
def region_to_driver(region):
""" Takes a region name (ex. 'eu-west-1') and returns
the appropriate libcloud provider value. """
cls = get_driver(Provider.EC2)
Expand Down

0 comments on commit f94ade2

Please sign in to comment.