Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Jones <[email protected]>
  • Loading branch information
nickrayjones committed Dec 15, 2023
1 parent b6f22b7 commit bf8623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/core/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def _get_git_tracked_diff_files(rootdir='.',diff_branch=None):
branch and the remote main branch.
:rtype: set|None
:returns: filepaths to files with differences frm the diff_branch
:returns: filepaths to files with differences from the diff_branch
which git currently tracks (locally)
"""
output = []
Expand Down

0 comments on commit bf8623d

Please sign in to comment.