Skip to content

Commit 63b129b

Browse files
authored
Merge pull request #285 from kianmeng/fix-typos
Fix typos
2 parents ebf906a + d9d643e commit 63b129b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Launch into interactive mode with the `i` or `interactive` subcommand. Get help
154154
shortcuts with `?`.
155155
Use this mode to explore, and/or to delete files and directories to release disk space.
156156

157-
Please note that great care has been taken to prevent accidential deletions due to a multi-stage
157+
Please note that great care has been taken to prevent accidental deletions due to a multi-stage
158158
process, which makes this mode viable for exploration.
159159

160160
```bash
@@ -200,7 +200,7 @@ Thanks to [jwalk][jwalk], all there was left to do is to write a command-line in
200200
* There are plenty of examples in `tests/fixtures` which don't render correctly in interactive mode.
201201
This can be due to graphemes not interpreted correctly. With Chinese characters for instance,
202202
column sizes are not correctly computed, leading to certain columns not being shown.
203-
In other cases, the terminal gets things wrong - I use alacritty, and with certain characaters it
203+
In other cases, the terminal gets things wrong - I use alacritty, and with certain characters it
204204
performs worse than, say iTerm3.
205205
See https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt for the source.
206206
* In interactive mode, you will need about 60MB of memory for 1 million entries in the graph.

src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub enum Command {
106106
#[clap(value_parser)]
107107
input: Vec<PathBuf>,
108108
},
109-
/// Aggregrate the consumed space of one or more directories or files
109+
/// Aggregate the consumed space of one or more directories or files
110110
#[clap(name = "aggregate", visible_alias = "a")]
111111
Aggregate {
112112
/// If set, print additional statistics about the file traversal to stderr

0 commit comments

Comments
 (0)