Skip to content

Commit

Permalink
Merge pull request #138 from DimitriPapadopoulos/codespell
Browse files Browse the repository at this point in the history
Fix typos found by codespell
  • Loading branch information
vlaci authored Aug 22, 2023
2 parents 51e1eb7 + 3b7ab76 commit 9412807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

Some VPN endpoints require users to post a valid authgroup (in
OpenConnect lingua) as part of the `group-access` xml node. Up until
now it was only possilbe to override the authgroup from the
now it was only possible to override the authgroup from the
configuration or from an AnyConnect XML profile.

### Other Notes
Expand Down Expand Up @@ -194,7 +194,7 @@ installation of `Qt` by declaring dependencies to `PyQt5` and
### Bug Fixes

- Browser window was not shown
- Pasword was logged in debug mode
- Password was logged in debug mode

## v0.3.5

Expand Down Expand Up @@ -229,7 +229,7 @@ forces the updated set of rules to be written in the configuration.

Some VPN endpoints require users to post a valid authgroup (in
OpenConnect lingua) as part of the `group-access` xml node. Up until
now it was only possilbe to override the authgroup from the
now it was only possible to override the authgroup from the
configuration or from an AnyConnect XML profile.

### Other Notes
Expand Down
2 changes: 1 addition & 1 deletion openconnect_sso/authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def authenticate(self, display_mode):

def _detect_authentication_target_url(self):
# Follow possible redirects in a GET request
# Authentication will occcur using a POST request on the final URL
# Authentication will occur using a POST request on the final URL
response = requests.get(self.host.vpn_url)
response.raise_for_status()
self.host.address = response.url
Expand Down

0 comments on commit 9412807

Please sign in to comment.