Skip to content

Commit

Permalink
Merge pull request #962 from maximevtush/main
Browse files Browse the repository at this point in the history
fix: typos in documentation files
  • Loading branch information
IgorTodorovskiIBM authored Feb 11, 2025
2 parents 286df5b + 12ed94f commit cef9633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/create_vulnerability_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def format_quantities(cves):
elif low == total:
return f"{total} low vulnerabilities"

# Handle when there are mutliple severities
# Handle when there are multiple severities
s = "1 vulnerability (" if total == 1 else f"{total} vulnerabilities ("
first = True
if critical > 0:
Expand Down
2 changes: 1 addition & 1 deletion tools/src/download.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ int toolkitSlistOperation( HWTH_RETURNCODE_TYPE *rcPtr,
rxtrace( msgBuf );
*buffListRef = NULL;
return -1;
} /* endif unexpected calloc() faliure */
} /* endif unexpected calloc() failure */

/**************************************************************
* Do repetitive malloc() calls to obtain corresponding buffers
Expand Down

0 comments on commit cef9633

Please sign in to comment.