]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
convert-variable-renames: Fix typo in description
authorSimon Kuhnle <simon.kuhnle@methodpark.de>
Wed, 30 Mar 2022 08:35:24 +0000 (10:35 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Mar 2022 16:46:43 +0000 (17:46 +0100)
Signed-off-by: Simon Kuhnle <simon.kuhnle@methodpark.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/contrib/convert-variable-renames.py

index 856c001e116562b04e2264584d7bd82c4b981fd4..eded90ca61521574bb830383d40ec1aba7a856e9 100755 (executable)
@@ -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.