8593: spelling mistake in the class SimpleAccess

This commit is contained in:
Doug Blank 2015-05-27 16:55:53 -04:00
parent 24c1104f71
commit cb852385bd

View File

@ -849,7 +849,7 @@ class SimpleAccess(object):
:return: list of repositories in the database
:rtype: list
"""
return self.__all_objects(self.dbase.get_repsoitory_cursor,
return self.__all_objects(self.dbase.get_repository_cursor,
self.dbase.get_repository_from_handle)
def all_media(self):