File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ error: no such subcommand: `C`
162
162
}
163
163
164
164
#[ cargo_test]
165
- fn find_closest_captial_b_to_b ( ) {
165
+ fn find_closest_capital_b_to_b ( ) {
166
166
cargo_process ( "B" )
167
167
. with_status ( 101 )
168
168
. with_stderr_contains (
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ impl ConfigBuilder {
47
47
self
48
48
}
49
49
50
- /// Unconditionaly enable nightly features, even on stable channels.
50
+ /// Unconditionally enable nightly features, even on stable channels.
51
51
pub fn nightly_features_allowed ( & mut self , allowed : bool ) -> & mut Self {
52
52
self . enable_nightly_features = allowed;
53
53
self
@@ -1128,7 +1128,7 @@ unstable.print-im-a-teapot = true
1128
1128
}
1129
1129
1130
1130
#[ cargo_test]
1131
- /// Assert that atempting to set an unstable flag that doesn't exist via config
1131
+ /// Assert that attempting to set an unstable flag that doesn't exist via config
1132
1132
/// is ignored on stable
1133
1133
fn unstable_invalid_flag_ignored_on_stable ( ) {
1134
1134
write_config (
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ fn test_single_crate() {
111
111
write_config_toml ( "" ) ;
112
112
check_has_future_compat ( ) ;
113
113
114
- // Check that we show a message with `frequence = "always"`
114
+ // Check that we show a message with `frequency = "always"`
115
115
write_config_toml (
116
116
"\
117
117
[future-incompat-report]
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ Caused by:
111
111
)
112
112
. run ( ) ;
113
113
114
- // Bad file URL with simliar name.
114
+ // Bad file URL with similar name.
115
115
p. cargo ( "pkgid './cratesio'" )
116
116
. with_status ( 101 )
117
117
. with_stderr (
You can’t perform that action at this time.
0 commit comments