Skip to content

Commit

Permalink
[policy] Fix a couple of typos
Browse files Browse the repository at this point in the history
Fix a couple of typos.

Signed-off-by: Jose Castillo <jcastillo@redhat.com>
  • Loading branch information
jcastill authored and TurboTurtle committed Oct 12, 2023
1 parent c6ab24e commit dd6aa62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sos/policies/distros/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def upload_archive(self, archive):
Entry point for sos attempts to upload the generated archive to a
policy or user specified location.
Curerntly there is support for HTTPS, SFTP, and FTP. HTTPS uploads are
Currently there is support for HTTPS, SFTP, and FTP. HTTPS uploads are
preferred for policy-defined defaults.
Policies that need to override uploading methods should override the
Expand Down Expand Up @@ -456,7 +456,7 @@ def get_upload_https_auth(self, user=None, password=None):
:param password: Password for `user` to use for upload
:type password: ``str``
:returns: The user/password auth suitable for use in reqests calls
:returns: The user/password auth suitable for use in requests calls
:rtype: ``requests.auth.HTTPBasicAuth()``
"""
if not user:
Expand Down

0 comments on commit dd6aa62

Please sign in to comment.