Skip to content

Commit 47ba350

Browse files
committed
Fix typos discovered by codespell
1 parent 8795c8b commit 47ba350

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
@@ -22,7 +22,7 @@
2222

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

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

5555
## 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)