doc: Fix all typos reported by codespell

This commit is contained in:
MarcoFalke
2019-03-22 13:21:58 -04:00
parent fa9058f0ed
commit fae38c3dc6
4 changed files with 4 additions and 4 deletions

View File

@@ -369,7 +369,7 @@ class TestNode():
stderr=subprocess.DEVNULL, stdout=subprocess.DEVNULL) == 0
if not sys.platform.startswith('linux'):
self.log.warning("Can't profile with perf; only availabe on Linux platforms")
self.log.warning("Can't profile with perf; only available on Linux platforms")
return None
if not test_success('which perf'):