Merge "[Trivialfix]Fix typos in freezer"

This commit is contained in:
Jenkins 2017-08-03 15:39:32 +00:00 committed by Gerrit Code Review
commit 4adfb6b46b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
class TimeoutException(Exception):
msg = "Timeout has been occured."
msg = "Timeout has been occurred."
def __init__(self, message=None, **kwargs):
if not message:

View File

@ -82,7 +82,7 @@ class FsLikeStorage(physical.PhysicalStorage):
"""
:param stream: data
:param package_name: path
:param headers: backup metadata infomation
:param headers: backup metadata information
:return:
"""
split = package_name.rsplit('/', 1)