convert-variable-renames: Fix typo in description

Message ID 20220330083524.150652-1-simon.kuhnle@methodpark.de
State Accepted, archived
Commit 8e3aa9638691709e136bf2005541bdfd4bb1a6f7
Headers show
Series convert-variable-renames: Fix typo in description | expand

Commit Message

Simon Kuhnle March 30, 2022, 8:35 a.m. UTC
Signed-off-by: Simon Kuhnle <simon.kuhnle@methodpark.de>
---
 scripts/contrib/convert-variable-renames.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

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.