Skip to content

Commit

Permalink
Spelling fix for "inncorrect"
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Stone <cuviper@gmail.com>
  • Loading branch information
cuviper authored and aparcar committed May 21, 2024
1 parent 18d2397 commit 3e5983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asu/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def build(req: dict, job=None):
if version_code != req.get("version_code"):
report_error(
job,
f"Received inncorrect version {version_code} (requested {req['version_code']})",
f"Received incorrect version {version_code} (requested {req['version_code']})",
)

default_packages = set(
Expand Down

0 comments on commit 3e5983a

Please sign in to comment.