浏览代码

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>
Simon Kuhnle 3 年之前
父节点
当前提交
5b5a7567bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/contrib/convert-variable-renames.py

+ 1 - 1
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.