Skip to content

Commit ebd789f

Browse files
author
bors-servo
authored
Auto merge of #390 - copyninja:master, r=KiChjang
Fix typo in parse.rs s/authentification/authentication/ This is related to [cargo PR#4532](rust-lang/cargo#4532). This is a small patch we applied in Debian to fix the typo in cargo output messages. Just forwarding the patches to upstream. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/390) <!-- Reviewable:end -->
2 parents 4704525 + 2fb1b03 commit ebd789f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ impl<'a> Parser<'a> {
683683
self.syntax_violation("unencoded @ sign in username or password")
684684
} else {
685685
self.syntax_violation(
686-
"embedding authentification information (username or password) \
686+
"embedding authentication information (username or password) \
687687
in an URL is not recommended")
688688
}
689689
last_at = Some((char_count, remaining.clone()))

0 commit comments

Comments
 (0)