From: Simon Kuhnle Date: Wed, 30 Mar 2022 08:35:24 +0000 (+0200) Subject: convert-variable-renames: Fix typo in description X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4576 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e3aa9638691709e136bf2005541bdfd4bb1a6f7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git convert-variable-renames: Fix typo in description Signed-off-by: Simon Kuhnle Signed-off-by: Alexandre Belloni --- diff --git a/scripts/contrib/convert-variable-renames.py b/scripts/contrib/convert-variable-renames.py index 856c001e116..eded90ca615 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.