From 1d32ab01fced929a656d7f25f8b16f0f4deb0fdd Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Wed, 28 Jul 2021 22:19:59 +0200 Subject: [PATCH] scripts/bash_aliases: tfix Signed-off-by: Jakub Wilk Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- scripts/bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bash_aliases b/scripts/bash_aliases index 102c458d7..ecac0029d 100644 --- a/scripts/bash_aliases +++ b/scripts/bash_aliases @@ -24,7 +24,7 @@ EX_USAGE=64; # C # sed_rm_ccomments() removes C comments. -# It can't handle multiple comments in a sinlge line correctly, +# It can't handle multiple comments in a single line correctly, # nor mixed or embedded //... and /*...*/ comments. # Use as a filter (see man_lsfunc() in this file).