Skip to content

Commit

Permalink
btdu.browser: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Nov 12, 2020
1 parent e92e11f commit 4b6f06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/btdu/browser.d
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ struct Browser
}

/// Pausing has the following effects:
/// 1. We sent a SIGSTOP to subprocesses, so that they stop working ASAP.
/// 1. We send a SIGSTOP to subprocesses, so that they stop working ASAP.
/// 2. We immediately stop reading subprocess output, so that the UI stops updating.
/// 3. We display the paused state in the UI.
void togglePause()
Expand Down

0 comments on commit 4b6f06f

Please sign in to comment.