Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
camelid committed Aug 5, 2020
1 parent 1653f35 commit 3045228
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/doc/man/cargo-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject)
```

Packages marked with `(*)` have been "de-duplicated". The dependencies for the
package have already been shown elswhere in the graph, and so are not
package have already been shown elsewhere in the graph, and so are not
repeated. Use the `--no-dedupe` option to repeat the duplicates.

The `-e` flag can be used to select the dependency kinds to display. The
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/generated_txt/cargo-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ DESCRIPTION
└── cc v1.0.50

Packages marked with (*) have been "de-duplicated". The dependencies for
the package have already been shown elswhere in the graph, and so are
the package have already been shown elsewhere in the graph, and so are
not repeated. Use the --no-dedupe option to repeat the duplicates.

The -e flag can be used to select the dependency kinds to display. The
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject)
```

Packages marked with `(*)` have been "de-duplicated". The dependencies for the
package have already been shown elswhere in the graph, and so are not
package have already been shown elsewhere in the graph, and so are not
repeated. Use the `--no-dedupe` option to repeat the duplicates.

The `-e` flag can be used to select the dependency kinds to display. The
Expand Down
2 changes: 1 addition & 1 deletion src/etc/man/cargo-tree.1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ myproject v0.1.0 (/myproject)
.RE
.sp
Packages marked with \fB(*)\fR have been "de\-duplicated". The dependencies for the
package have already been shown elswhere in the graph, and so are not
package have already been shown elsewhere in the graph, and so are not
repeated. Use the \fB\-\-no\-dedupe\fR option to repeat the duplicates.
.sp
The \fB\-e\fR flag can be used to select the dependency kinds to display. The
Expand Down

0 comments on commit 3045228

Please sign in to comment.