Skip to content

Commit b47ccee

Browse files
jmsmtnc00kiemon5ter
authored andcommitted
spelling updates.
1 parent 13fe004 commit b47ccee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## 7.5.1 (2025-02-10)
1515

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

1919

2020
## 7.5.0 (2024-01-30)
@@ -52,9 +52,9 @@
5252
## 7.3.0 (2023-02-14)
5353

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

240240
```sh
@@ -255,7 +255,7 @@
255255
- Fix wrong identifiers for ecdsa algos
256256
- Fix automatic inversion of attribute map files
257257
- Factor out common codepaths in attribute_converter
258-
- Remove uneeded exception logging
258+
- Remove unneeded exception logging
259259
- Docs: Update configuration options documentation
260260
- Examples: Support both str and bytes in SAML requests on the example idp
261261
- Examples: Update to key generation to 2048 bits

DEVELOPERS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ $ pyenv versions --bare | xargs pyenv local
2424
This project uses [`poetry`] to manage dependencies and virtual environments.
2525
See `poetry`'s [installation instructions] on how to install `poetry` on your system.
2626

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

3030
Once `poetry` is available on your system, install the development dependencies:

docs/howto/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ file system.
408408
When the parameter *check_validity* is set to False metadata that have expired
409409
will be accepted as valid.
410410

411-
When the paramenter *disable_ssl_certificate_validation* is set to True the
411+
When the parameter *disable_ssl_certificate_validation* is set to True the
412412
validity of ssl certificate will be skipped.
413413

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

0 commit comments

Comments
 (0)