launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #28054
[Merge] ~jugmac00/lpcraft:main into lpcraft:main
Jürgen Gmach has proposed merging ~jugmac00/lpcraft:main into lpcraft:main.
Commit message:
fix typo
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/lpcraft/+git/lpcraft/+merge/415145
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/lpcraft:main into lpcraft:main.
diff --git a/lpcraft/commands/run.py b/lpcraft/commands/run.py
index 8b24fbd..5401faa 100644
--- a/lpcraft/commands/run.py
+++ b/lpcraft/commands/run.py
@@ -185,7 +185,7 @@ def _run_job(
f"does not set 'run'"
)
- # XXX jugmac00 2021-12-17: extract infering environment variables
+ # XXX jugmac00 2021-12-17: extract inferring environment variables
rv = pm.hook.lpcraft_set_environment()
if rv:
# XXX jugmac00 2021-12-17: check for length or reduce?