Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluzpaz <luzpaz>2021-11-17 02:44:04 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-11-17 02:45:10 +0300
commitdea26253a0bb2e2be5c38c0c10dd0a43d8801903 (patch)
treeac2189e1bd2b7b011ed31d4848f9ca1d11987430 /release/lts
parent8290edefadcbbacc46807166743741b130e70dd5 (diff)
cleanup: fix typos in comments and docs
Followup to https://developer.blender.org/D10288 Reviewed By: Blendify Differential Revision: https://developer.blender.org/D10346
Diffstat (limited to 'release/lts')
-rwxr-xr-xrelease/lts/create_release_notes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/lts/create_release_notes.py b/release/lts/create_release_notes.py
index 2a396dca6b0..2d35a71c263 100755
--- a/release/lts/create_release_notes.py
+++ b/release/lts/create_release_notes.py
@@ -97,7 +97,7 @@ def extract_release_notes(version: str, task_id: int):
# Process
- 1. Retrieval of description of the gived `task_id`.
+ 1. Retrieval of description of the given `task_id`.
2. Find rows for the given `version` and convert to `ReleaseLogLine`.
3. based on the associated task or commit retrieves the title of the log
line.