Skip to content

Commit

Permalink
[#258] Fix typo in tcr.reportFileStats() description
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Aug 11, 2023
1 parent 9747cd3 commit 51cd115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/tcr.go
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ func (tcr *TCREngine) VCSPush() {
}
}

// reportFileStats traces summary information obout the source and test files and directories
// reportFileStats traces summary information about the source and test files and directories
func (tcr *TCREngine) reportFileStats() {
srcFileCount := countFiles("source", tcr.language.AllSrcFiles)
testFileCount := countFiles("test", tcr.language.AllTestFiles)
Expand Down

0 comments on commit 51cd115

Please sign in to comment.