Преглед изворни кода

Fix cut'n'paste bug in comment.

Linus Nordberg пре 14 година
родитељ
комит
4ce302c8e5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/or/or.h

+ 1 - 1
src/or/or.h

@@ -3119,7 +3119,7 @@ struct socks_request_t {
    * see usernamelen for its length. */
   char *username;
   /** The negotiated password value if any (for socks5). This value is NOT
-   * nul-terminated; see usernamelen for its length. */
+   * nul-terminated; see passwordlen for its length. */
   char *password;
 };