Skip to content

Commit 910123b

Browse files
authored
Fix typos discovered by codespell (#487)
1 parent 3e23c16 commit 910123b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
## v2.3.0 - May 2nd, 2023
2525

26-
* Remove support for Python 3.6, Django versions older tha than 3.2
26+
* Remove support for Python 3.6, Django versions older than 3.2
2727
* Fix two latency metrics not using PROMETHEUS_LATENCY_BUCKETS setting, Thanks [@AleksaC](https://github.com/korfuri/django-prometheus/pull/343)
2828
* Support new cache backend names in newer Django versions, Thanks [@tneuct](https://github.com/korfuri/django-prometheus/pull/329)
2929
* Make export of migrations False by default, Thanks [@kaypee90](https://github.com/korfuri/django-prometheus/pull/313)
@@ -50,7 +50,7 @@
5050
* use tox
5151
* Use pytest
5252
* use Black
53-
* Automate pre-releases on every commit ot master
53+
* Automate pre-releases on every commit to master
5454
* Fix flaky tests.
5555

5656
## v1.1.0 - Sep 28, 2019

django_prometheus/exports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
def SetupPrometheusEndpointOnPort(port, addr=""):
2222
"""Exports Prometheus metrics on an HTTPServer running in its own thread.
2323
24-
The server runs on the given port and is by default listenning on
24+
The server runs on the given port and is by default listening on
2525
all interfaces. This HTTPServer is fully independent of Django and
2626
its stack. This offers the advantage that even if Django becomes
2727
unable to respond, the HTTPServer will continue to function and

update_version_from_git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def increase_patch_version(old_version):
9797

9898
def release_version_correct():
9999
"""Makes sure the:
100-
- prerelease verion for master is correct.
100+
- prerelease version for master is correct.
101101
- release version is correct for tags.
102102
"""
103103
print("update for a pre release version")

0 commit comments

Comments
 (0)