Skip to content

Commit f84a627

Browse files
committed
Auto merge of #8589 - camelid:patch-1, r=alexcrichton
Fix typo elswhere -> elsewhere
2 parents 1653f35 + 3045228 commit f84a627

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/doc/man/cargo-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject)
3232
```
3333

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

3838
The `-e` flag can be used to select the dependency kinds to display. The

src/doc/man/generated_txt/cargo-tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DESCRIPTION
2525
└── cc v1.0.50
2626

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

3131
The -e flag can be used to select the dependency kinds to display. The

src/doc/src/commands/cargo-tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ myproject v0.1.0 (/myproject)
3232
```
3333

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

3838
The `-e` flag can be used to select the dependency kinds to display. The

src/etc/man/cargo-tree.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ myproject v0.1.0 (/myproject)
3030
.RE
3131
.sp
3232
Packages marked with \fB(*)\fR have been "de\-duplicated". The dependencies for the
33-
package have already been shown elswhere in the graph, and so are not
33+
package have already been shown elsewhere in the graph, and so are not
3434
repeated. Use the \fB\-\-no\-dedupe\fR option to repeat the duplicates.
3535
.sp
3636
The \fB\-e\fR flag can be used to select the dependency kinds to display. The

0 commit comments

Comments
 (0)