summaryrefslogtreecommitdiff
path: root/poky/scripts/contrib/convert-variable-renames.py
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/contrib/convert-variable-renames.py')
-rwxr-xr-xpoky/scripts/contrib/convert-variable-renames.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/scripts/contrib/convert-variable-renames.py b/poky/scripts/contrib/convert-variable-renames.py
index 856c001e11..eded90ca61 100755
--- a/poky/scripts/contrib/convert-variable-renames.py
+++ b/poky/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.