Skip to content

Commit 2d0e9fe

Browse files
committed
lint: fix typos
Signed-off-by: Mike Fiedler <[email protected]>
1 parent eb56670 commit 2d0e9fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+68
-68
lines changed

docs/blog/posts/2023-09-18-inbound-malware-reporting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Again, since the nature of email isn't 100% accurate in this case,
134134
we'll rely on calculating the duration of time (in minutes)
135135
between the first message of a thread and the last message of a thread.
136136
This doesn't account for the occasional behavior of a reporter
137-
re-using the same thread to report more packages,
137+
reusing the same thread to report more packages,
138138
nor does it reflect any other back-and-forth communication
139139
between admins and reporters.
140140
As such, removing any threads that have more than 4 total messages

docs/blog/posts/2024-11-14-pypi-now-supports-digital-attestations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tools was performed by [Trail of Bits], with special thanks to contributors
9696
Thanks to the the [Sigstore project] for their work popularizing identity-based signing, hosting a public-good transparency log, and continued support of the [Python client for Sigstore].
9797

9898
Many thanks to [Sviatoslav Sydorenko] as well for his support and ongoing
99-
maintenence of the [pypa/gh-action-pypi-publish] action, as well his support
99+
maintenance of the [pypa/gh-action-pypi-publish] action, as well his support
100100
for implementing PEP 740 in the action.
101101

102102
---

docs/blog/posts/2024-12-11-ultralytics-attack-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ If you are publishing software to PyPI then you can harden your build and publis
5555
In addition to the specific recommendations above, we strongly recommend general account security best practices such as:
5656

5757
* **Use 2FA / MFA, preferably using a hardware key or authenticator app for all accounts associated with open source contributions.** This includes your email address and accounts for source forge(s) like GitHub or GitLab. Avoid SMS and text-message-based 2FA schemes if possible, as they are susceptible to SIM-swapping. PyPI already requires the use of 2FA to publish packages.
58-
* **Don’t reuse passwords, use a password manager.** Re-using passwords for services means that a compromise to one service will compromise your account(s) elsewhere.
58+
* **Don’t reuse passwords, use a password manager.** Reusing passwords for services means that a compromise to one service will compromise your account(s) elsewhere.
5959

6060
Prevention is important, but just as important is preparedness. Here’s what to do if your own project is compromised:
6161

docs/blog/posts/2025-08-14-project-status-markers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ which have both index-side and installer-side semantics:
121121
will not offer it for installation, and installers are encouraged to
122122
produce a warning when users attempt to install it[^warning].
123123
* **deprecated**: Indicates that the project is considered obsolete,
124-
and may have been superceded by another project. Unlike archived projects,
124+
and may have been superseded by another project. Unlike archived projects,
125125
deprecated projects can still be uploaded to, but installers are encouraged
126126
to inform users about the project's deprecation.
127127

docs/dev/development/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ we have a common Key set in the database for those users:
411411
This will emit a 6-digit code you can paste into the 2FA form.
412412

413413
For other accounts, you'll need to preserve the Key used
414-
to genreate the TOTP code the next time you need to log in.
414+
to generate the TOTP code the next time you need to log in.
415415

416416
To be able to "forget" the initial Key, and use it like a TOTP app,
417417
create a storage and set a password, like so:

docs/dev/development/token-scanning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ How to test it manually
1313
^^^^^^^^^^^^^^^^^^^^^^^
1414

1515
A fake token reporting service is launched by Docker Compose. Head your browser to
16-
``http://localhost:8964``. Create/reorder/... one ore more public keys, make
16+
``http://localhost:8964``. Create/reorder/... one or more public keys, make
1717
sure one key is marked as current, then write your payload, using the following
1818
format:
1919

docs/user/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def wheel_url(name, version, build_tag, python_tag, abi_tag, platform_tag):
9797
return f'{host}/packages/{python_tag}/{name[0]}/{name}/{filename}'
9898
```
9999

100-
Example predicable URL use:
100+
Example predictable URL use:
101101

102102
```bash
103103
$ curl -I https://files.pythonhosted.org/packages/source/v/virtualenv/virtualenv-15.2.0.tar.gz

docs/user/trusted-publishers/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ endpoint:
6060
as configured when the publisher was configured on PyPI.
6161
* `invalid-publisher` for a previously-working project: this usually indicates
6262
a typo or that something has changed on either side. One example we've seen
63-
is when a source repository is renamed, and the configration on PyPI
63+
is when a source repository is renamed, and the configuration on PyPI
6464
continues to use the old repository name. For GitHub, check that the
6565
`repository_owner`, `repository` and workflow filename values are the same on
6666
both sides.

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def xmlrpc(self, path, method, *args):
687687

688688
@pytest.fixture
689689
def tm():
690-
# Create a new transaction manager for dependant test cases
690+
# Create a new transaction manager for dependent test cases
691691
tm = transaction.TransactionManager(explicit=True)
692692
tm.begin()
693693

tests/frontend/delete_confirm_controller_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe("DeleteConfirm controller", () => {
3131

3232
describe("functionality", function() {
3333
describe("checking one box", function() {
34-
it("doesnt enable the button", function() {
34+
it("doesn't enable the button", function() {
3535
const inputOne = document.getElementById("input-one");
3636
expect(inputOne).not.toBeChecked();
3737
fireEvent.click(inputOne);

0 commit comments

Comments
 (0)