Skip to content

Commit

Permalink
Fix typo in "walked"
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidxc committed Aug 26, 2024
1 parent a01a47c commit b710281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ String getFormattedStats() {
.append("[HDFS Permission extraction stats]")
.append("\nTotal: num files&dirs: " + numFiles)
.append("\n num dirs found: " + numDirs)
.append("\n num dirs walkd: " + numDirsWalked)
.append("\n num dirs walked: " + numDirsWalked)
.append("\nTotal File Size: " + accumulatedFileSize)
.append("\nAvg File Size: " + accumulatedFileSize / numFilesDivisor)
.append("\nTotal time: ")
Expand Down

0 comments on commit b710281

Please sign in to comment.