فهرست منبع

Fix typo in parse.rs s/authentification/authentication/

Vasudev Kamath 9 سال پیش
والد
کامیت
2fb1b03810
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/parser.rs

+ 1 - 1
src/parser.rs

@@ -683,7 +683,7 @@ impl<'a> Parser<'a> {
                         self.syntax_violation("unencoded @ sign in username or password")
                     } else {
                         self.syntax_violation(
-                            "embedding authentification information (username or password) \
+                            "embedding authentication information (username or password) \
                             in an URL is not recommended")
                     }
                     last_at = Some((char_count, remaining.clone()))