correcting misspellings

This commit is contained in:
Igor Polyakov 2016-06-21 15:32:03 +07:00
parent 9dd74592c2
commit 03473a0047
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ class ApiWorker:
]
except OSError:
self.log.warn(self.baseconfigs_location +
' is not acessible to get configs list')
' is not accessible to get configs list')
configs += [os.path.expanduser('~/.yandex-tank')]
return configs

View File

@ -161,7 +161,7 @@ class ConsoleTank:
]
except OSError:
self.log.warn(self.baseconfigs_location +
' is not acessible to get configs list')
' is not accessible to get configs list')
configs += [os.path.expanduser('~/.yandex-tank')]
return configs