Skip to content

Commit 2fb1b03

Browse files
committed
Fix typo in parse.rs s/authentification/authentication/
1 parent 4704525 commit 2fb1b03

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)