Skip to content

Minor spelling updates #1003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

##### The feature or problem addressed by this PR

<!-- an explaination of the issue that is being resolved with this PR -->
<!-- or, an explaination of the feature that is being added with this PR -->
<!-- an explanation of the issue that is being resolved with this PR -->
<!-- or, an explanation of the feature that is being added with this PR -->
<!-- or, link to an issue describing the problem -->


Expand Down
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## 7.5.1 (2025-02-10)

- deps: restrict pyOpenSSL up to v24.2.1 until it is replaced
- deps: update dependncies for the lockfile and examples
- deps: update dependencies for the lockfile and examples


## 7.5.0 (2024-01-30)
Expand Down Expand Up @@ -46,9 +46,9 @@
## 7.3.0 (2023-02-14)

- During metadata generation, render extensions both for EntityDescriptor and IdPSSODescriptor
- Fix compatibility with certain SAML implementation that inflate messasges on the POST binding
- Fix compatibility with certain SAML implementation that inflate messages on the POST binding
- Update the SWAMID entity category requirements
- Fix check for NameID when it originates from an encrypted asssertion
- Fix check for NameID when it originates from an encrypted assertion
- Add support for pymongo `>=3.5` and `<5`
- Update README with supported specifications
- Remove dependency on the six package
Expand Down Expand Up @@ -131,7 +131,7 @@
- Refactor AuthnResponse::authn_info to consider DeclRef equivalent to ClassRef.
- Ensure creation of multiple ePTIDs is handled correctly.
- Improve signature checks by ensuring the Object element is absent, enforcing allowed
transform aglorithms, enforcing allowed canonicalization methods and requiring the
transform algorithms, enforcing allowed canonicalization methods and requiring the
enveloped-signature transform to be present.
- mdstore: Make unknown metadata extensions available through the internal metadata.
- mdstore: Fix the exception handler of the InMemoryMetaData object.
Expand Down Expand Up @@ -228,7 +228,7 @@
part of its metadata.
- CI/CD: Use Ubuntu bionic as the host to run the CI/CD process.
- CI/CD: Pre-releases are now available on [test.pypi.org][pypi.test.pysaml2]. Each
commit/merge on the master branch autotically creates a new pre-release. To install a
commit/merge on the master branch automatically creates a new pre-release. To install a
prelease, run:

```sh
Expand All @@ -249,7 +249,7 @@
- Fix wrong identifiers for ecdsa algos
- Fix automatic inversion of attribute map files
- Factor out common codepaths in attribute_converter
- Remove uneeded exception logging
- Remove unneeded exception logging
- Docs: Update configuration options documentation
- Examples: Support both str and bytes in SAML requests on the example idp
- Examples: Update to key generation to 2048 bits
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
5. Create your patch, **including appropriate test cases**.
Remember to follow the [Coding Rules](#coding-rules).

6. Run the full test suite, as described in the [developer documentation][dev-doc],
6. Run the full test suite, as described in the [DEVELOPERS.md](DEVELOPERS.md),
and ensure that all tests pass.

7. Commit your changes using a descriptive commit message.
Expand Down Expand Up @@ -146,4 +146,4 @@ keep these rules in mind as you are working:
* All public API methods **must be documented**.
* We follow [Black's style guide](https://black.readthedocs.io/en/stable/the_black_code_style/current_style.html),
and wrap all code at **120 characters**.
Pre-configured tools to automatically lint and format code are available, see [DEVELOPER.md](DEVELOPER.md).
Pre-configured tools to automatically lint and format code are available, see [DEVELOPERS.md](DEVELOPERS.md).
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ pyenv versions --bare | xargs pyenv local
This project uses [`poetry`] to manage dependencies and virtual environments.
See `poetry`'s [installation instructions] on how to install `poetry` on your system.

I have opted to use [`pipx`] to install and manage `poerty` itself.
I have opted to use [`pipx`] to install and manage `poetry` itself.
I also use `pipx` to manage other python executables that I want readily available on my system.

Once `poetry` is available on your system, install the development dependencies:
Expand Down
2 changes: 1 addition & 1 deletion docs/howto/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ file system.
When the parameter *check_validity* is set to False metadata that have expired
will be accepted as valid.

When the paramenter *disable_ssl_certificate_validation* is set to True the
When the parameter *disable_ssl_certificate_validation* is set to True the
validity of ssl certificate will be skipped.

When using a remote metadata source, the `node_name` option can be set to
Expand Down