Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelDCurran committed Jul 1, 2024
1 parent ba5bdef commit b4cb18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def getHashChangesSince(self, rhash, branch, file):

def getDiffBetween(self, rhash1, rhash2, file):
revrange = "%s..%s" %(rhash1, rhash2)
# ignore carage returns for diffs as crlf changed to lf in the repo recently.
# ignore carriage returns for diffs as crlf changed to lf in the repo recently.
return self.git['diff', revrange, '--ignore-cr-at-eol', '--', file]()

def getFileAt(self, rhash, file):
Expand Down

0 comments on commit b4cb18b

Please sign in to comment.