Skip to content

Commit

Permalink
Auto merge of #8589 - camelid:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Fix typo

elswhere -> elsewhere
  • Loading branch information
bors committed Aug 5, 2020
2 parents 1653f35 + 3045228 commit f84a627
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 f84a627

Please sign in to comment.