[PATCH] scripts: config: fix don't typo

Marcus Folkesson posted 1 patch 2 months ago
scripts/config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] scripts: config: fix don't typo
Posted by Marcus Folkesson 2 months ago
dont' =>  don't

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 scripts/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/config b/scripts/config
index ff88e2faefd35c2d763a1d485eef39140efaa300..95b2d79f07bdec7af676c7e9421fc2717297e7bc 100755
--- a/scripts/config
+++ b/scripts/config
@@ -37,7 +37,7 @@ commands:
 
 options:
 	--file config-file   .config file to change (default .config)
-	--keep-case|-k       Keep next symbols' case (dont' upper-case it)
+	--keep-case|-k       Keep next symbols' case (don't upper-case it)
 
 $myname doesn't check the validity of the .config file. This is done at next
 make time.

---
base-commit: 200289db261f0c8131a5756133e9d30966289c3b
change-id: 20240925-config-ede8beb6254b

Best regards,
-- 
Marcus Folkesson <marcus.folkesson@gmail.com>