Skip to content

Commit 817bda4

Browse files
Fix typos
Signed-off-by: Lukasz Gryglicki <lgryglicki@cncf.io> Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot)
1 parent 06ba7fa commit 817bda4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cla-backend/cla/models/github_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,8 +1622,8 @@ def handle_commit_from_user(
16221622
cla.log.debug(f"{fn} - per-project cache: aff mode: no company_id, missing")
16231623
return
16241624
user_commit_summary.affiliated = True
1625-
# LG: this should return user_commit_summary as signed IMHO (see flow for general cache, it also adds to missig as the original code does the same)
1626-
# General caching checks for project signature but also adds top missing no matter if signature is found or not, same with "cold" code path (no cache hit)
1625+
# LG: this should return user_commit_summary as signed IMHO (see flow for general cache, it also adds to missing as the original code does the same)
1626+
# General caching checks for project signature but also adds to missing no matter if signature is found or not, same with "cold" code path (no cache hit)
16271627
cla.log.debug(f"{fn} - per-project cache: aff mode: affiliated, but adding to missing")
16281628
missing.append(user_commit_summary)
16291629
else:

0 commit comments

Comments
 (0)