make spelling consistent

pull/1/head
eric 2014-12-03 13:17:43 -05:00
parent f86da03eef
commit a285b94ddd
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ def description(license):
class ccinfo():
def __init__(self, license):
value=licence_value(license)
value=license_value(license)
self.license=value if value else license
@property
@ -122,7 +122,7 @@ class ccinfo():
def __str__(self):
return self.title
def licence_value(facet):
def license_value(facet):
if facet in FACET_LIST:
return LICENSE_LIST_ALL[FACET_LIST.index(facet)]
else: