[Git][reproducible-builds/reprotest][master] Fix some spelling errors detected by spellintian.
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Apr 12 18:41:50 UTC 2024
Holger Levsen pushed to branch master at Reproducible Builds / reprotest
Commits:
96e324ad by Holger Levsen at 2024-04-12T20:41:32+02:00
Fix some spelling errors detected by spellintian.
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4 changed files:
- reprotest/build.py
- reprotest/shell_syn.py
- reprotest/virt/autopkgtest-virt-lxc
- reprotest/virt/autopkgtest-virt-lxd
Changes:
=====================================
reprotest/build.py
=====================================
@@ -67,7 +67,7 @@ class Build(collections.namedtuple('_Build', 'build_command setup cleanup env tr
if no_clean_on_error is given and setup or build_command failed.
env (types.MappingProxyType): Immutable mapping of the environment.
tree (str): Path to the source root where the build should take place.
- aux_tree (str): Path where auxilliary files are stored by reprotest.
+ aux_tree (str): Path where auxiliary files are stored by reprotest.
When using cls.from_command(), this is automatically created and
cleaned up by the build script.
'''
=====================================
reprotest/shell_syn.py
=====================================
@@ -152,7 +152,7 @@ def sanitize_globs(s, join=True, forcerel=True):
else:
assert False
- # append c onto cw. we do this uncondtionally because we're only
+ # append c onto cw. we do this unconditionally because we're only
# sanitising the string and not parsing it; we want to keep it in a
# form that the shell can parse
cw = c if cw is None else cw + c
=====================================
reprotest/virt/autopkgtest-virt-lxc
=====================================
@@ -109,7 +109,7 @@ def get_available_lxc_container_name():
def wait_booted(lxc_name):
'''Wait until the container has sufficiently booted to interact with it
- Do this by checking that the runlevel is someting numeric, i. e. not
+ Do this by checking that the runlevel is something numeric, i. e. not
"unknown" or "S".
'''
timeout = 60
=====================================
reprotest/virt/autopkgtest-virt-lxd
=====================================
@@ -85,7 +85,7 @@ def get_available_container_name():
def wait_booted():
'''Wait until the container has sufficiently booted to interact with it
- Do this by checking that the runlevel is someting numeric, i. e. not
+ Do this by checking that the runlevel is something numeric, i. e. not
"unknown" or "S".
'''
timeout = 60
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/96e324ad54ac9a9d6f05446e825a67acd8974d73
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/96e324ad54ac9a9d6f05446e825a67acd8974d73
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20240412/a70c67ad/attachment.htm>
More information about the rb-commits
mailing list