summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSimon Kuhnle <simon.kuhnle@methodpark.de>2022-03-30 10:35:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-31 17:52:58 +0100
commit5b5a7567bcb118e2fbdbd2822e7bd1025316c448 (patch)
tree579e90fab0e11f34c4ae519ffd17512ed3f71b57 /scripts
parentadb7ff6a260e8e980ea815b4e75919868ef500e7 (diff)
downloadpoky-5b5a7567bcb118e2fbdbd2822e7bd1025316c448.tar.gz
convert-variable-renames: Fix typo in description
(From OE-Core rev: 8e3aa9638691709e136bf2005541bdfd4bb1a6f7) Signed-off-by: Simon Kuhnle <simon.kuhnle@methodpark.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/contrib/convert-variable-renames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/convert-variable-renames.py b/scripts/contrib/convert-variable-renames.py
index 856c001e11..eded90ca61 100755
--- a/scripts/contrib/convert-variable-renames.py
+++ b/scripts/contrib/convert-variable-renames.py
@@ -1,7 +1,7 @@
1#!/usr/bin/env python3 1#!/usr/bin/env python3
2# 2#
3# Conversion script to rename variables to versions with improved terminology. 3# Conversion script to rename variables to versions with improved terminology.
4# Also highlights potentially problematic langage and removed variables. 4# Also highlights potentially problematic language and removed variables.
5# 5#
6# Copyright (C) 2021 Richard Purdie 6# Copyright (C) 2021 Richard Purdie
7# Copyright (C) 2022 Wind River Systems, Inc. 7# Copyright (C) 2022 Wind River Systems, Inc.