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:46:43 +0100
commit8e3aa9638691709e136bf2005541bdfd4bb1a6f7 (patch)
tree72a29e3667d95efa9c51ec72a9b84875c7b747a3 /scripts
parent4bc68b6a8187947516615e47f22a6b16d71c3b37 (diff)
downloadopenembedded-core-contrib-8e3aa9638691709e136bf2005541bdfd4bb1a6f7.tar.gz
convert-variable-renames: Fix typo in description
Signed-off-by: Simon Kuhnle <simon.kuhnle@methodpark.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
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 @@
#!/usr/bin/env python3
#
# Conversion script to rename variables to versions with improved terminology.
-# Also highlights potentially problematic langage and removed variables.
+# Also highlights potentially problematic language and removed variables.
#
# Copyright (C) 2021 Richard Purdie
# Copyright (C) 2022 Wind River Systems, Inc.