Skip to content

Commit

Permalink
Fix typos in 'authentication'
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Jun 27, 2024
1 parent 13281f8 commit fa18705
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions librepo/handle.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ typedef enum {
Do not duplicate local metadata, just locate the old one */

LRO_HTTPAUTH, /*!< (long 1 or 0)
Enable all supported method of HTTP authentification.
Enable all supported method of HTTP authentication.
This option is DEPRECATED!
Use LRO_HTTPAUTHMETHODS */

LRO_USERPWD, /*!< (char *)
User and password for http authetification in format user:password.
User and password for HTTP authentication in format user:password.
The user and password strings are not URL decoded, so there is no way to send in
a username containing a colon using this option. The option is DEPRECATED!
Use LRO_USERNAME and LRO_PASSWORD */
Expand All @@ -168,7 +168,7 @@ typedef enum {
Type of the proxy used. */

LRO_PROXYAUTH, /*!< (long 1 or 0)
Enable all supported method for proxy authentification.
Enable all supported method for proxy authentication.
This option is DEPRECATED!
Use LRO_PROXYAUTHMETHODS */

Expand Down Expand Up @@ -435,10 +435,10 @@ typedef enum {
certificates. Used for proxy. */

LRO_USERNAME, /*!< (char *)
User for http authetification */
User for HTTP authentication */

LRO_PASSWORD, /*!< (char *)
Password for http authetification */
Password for HTTP authentication */

LRO_SENTINEL, /*!< Sentinel */

Expand Down
2 changes: 1 addition & 1 deletion tests/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ python python/tests/servermock/server.py
Url examples
------------
http://127.0.0.1:5000/yum/auth_basic/static/01/repodata/repomd.xml
* This url provides basic authentification
* This url provides basic authentication

http://127.0.0.1:5000/yum/badgpg/static/01/repodata/repomd.xml.asc
* This url in fact returns .../repodata/repomd.xml.asc.bad file
Expand Down

0 comments on commit fa18705

Please sign in to comment.