Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Sep 24, 2021
1 parent 2e12709 commit 8e5b1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (ui *UI) ListDevices(getter device.DevicesInfoGetter) error {
return nil
}

// AnalyzePath analyzes recursively disk usage in given path
// AnalyzePath analyzes recursively disk usage for given path
func (ui *UI) AnalyzePath(path string, parentDir *analyze.Dir) error {
ui.progress = tview.NewTextView().SetText("Scanning...")
ui.progress.SetBorder(true).SetBorderPadding(2, 2, 2, 2)
Expand Down

0 comments on commit 8e5b1f4

Please sign in to comment.