提交 e290ce7b 编写于 作者: L Lukáš Doktor

spell: Fix typos and update spell.ignore

Signed-off-by: NLukáš Doktor <ldoktor@redhat.com>
上级 a3366136
...@@ -93,5 +93,5 @@ class AvocadoApp(object): ...@@ -93,5 +93,5 @@ class AvocadoApp(object):
# This makes sure we cleanup the console (stty echo). The only way # This makes sure we cleanup the console (stty echo). The only way
# to avoid cleaning it is to kill the less (paginator) directly # to avoid cleaning it is to kill the less (paginator) directly
STD_OUTPUT.close() STD_OUTPUT.close()
# Force-close tmpdir # Force-close tmp dir
data_dir.clean_tmp_files() data_dir.clean_tmp_files()
...@@ -744,7 +744,7 @@ class Test(unittest.TestCase, TestData): ...@@ -744,7 +744,7 @@ class Test(unittest.TestCase, TestData):
content being checked here content being checked here
:type name: str :type name: str
:returns: True if the check was performed (there was a reference file) and :returns: True if the check was performed (there was a reference file) and
was successfull, and False otherwise (there was no such reference was successful, and False otherwise (there was no such reference
file and thus no check was performed). file and thus no check was performed).
:raises: :class:`exceptions.TestFail` when the check is performed and fails :raises: :class:`exceptions.TestFail` when the check is performed and fails
''' '''
......
...@@ -321,7 +321,7 @@ class FDDrainer(object): ...@@ -321,7 +321,7 @@ class FDDrainer(object):
main thread finishes and also it allows those daemons main thread finishes and also it allows those daemons
to be running after the process finishes. to be running after the process finishes.
:type ignore_bg_processes: boolean :type ignore_bg_processes: boolean
:param verbose: wether to log in both the logger and stream_logger :param verbose: whether to log in both the logger and stream_logger
:type verbose: boolean :type verbose: boolean
""" """
self.fd = fd self.fd = fd
......
...@@ -1023,9 +1023,9 @@ class AptBackend(DpkgBackend): ...@@ -1023,9 +1023,9 @@ class AptBackend(DpkgBackend):
""" """
Installed build-dependencies of a given package [name]. Installed build-dependencies of a given package [name].
:param name: parameter package to install build-dep for. :param name: parameter package to install build-dependencies for.
:return True: If pacakges are installed properly :return True: If packages are installed properly
""" """
if not self.check_installed('dpkg-dev'): if not self.check_installed('dpkg-dev'):
if not self.install('dpkg-dev'): if not self.install('dpkg-dev'):
......
...@@ -449,3 +449,7 @@ formatter ...@@ -449,3 +449,7 @@ formatter
parsers parsers
lf lf
uncompressing uncompressing
dm
boolean
inspektor
subtests
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册