Skip to content

Commit 4c4183d

Browse files
shandongbinzhourami3l
authored andcommitted
chore: remove repetitive words
Signed-off-by: shandongbinzhou <[email protected]>
1 parent 0c501d5 commit 4c4183d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ but you can always see the full list of changes via the Git repository.
749749
## [1.22.1] - 2020-07-08
750750

751751
A regression in proxied behaviour slipped in due to a non-compatible change
752-
in `url` slipping in in 2.1 which [caused a misbehaviour][env_proxy#8] in `env_proxy`.
752+
in `url` slipping in 2.1 which [caused a misbehaviour][env_proxy#8] in `env_proxy`.
753753
which was [fixed][env_proxy@5591cc7] but not released to crates.io until after
754754
1.22.0 was built.
755755

src/test/mock/dist.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub fn change_channel_date(dist_server: &Url, channel: &str, date: &str) {
6464
// The manifest version created by this mock
6565
pub const MOCK_MANIFEST_VERSION: &str = "2";
6666

67-
// A mock Rust v2 distribution server. Create it and and run `write`
67+
// A mock Rust v2 distribution server. Create it and run `write`
6868
// to write its structure to a directory.
6969
#[derive(Debug)]
7070
pub struct MockDistServer {

tests/suite/cli_paths.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export PATH="$HOME/apple/bin"
203203
let profile = config.homedir.join(".profile");
204204
let fake_rc_modified = FAKE_RC.strip_suffix('\n').expect("Should end in a newline");
205205
raw::write_file(&profile, fake_rc_modified).unwrap();
206-
// Run once to to add the configuration
206+
// Run once to add the configuration
207207
config.expect_ok(&INIT_NONE);
208208
// Run twice to test that the process is idempotent
209209
config.expect_ok(&INIT_NONE);

0 commit comments

Comments
 (0)