]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
scripts/bash_aliases: tfix
authorJakub Wilk <jwilk@jwilk.net>
Wed, 28 Jul 2021 20:19:59 +0000 (22:19 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 7 Aug 2021 23:02:32 +0000 (01:02 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
scripts/bash_aliases

index 102c458d777f378310b3a7643142452572d6d7a7..ecac0029de98f2465344be5f2e8d545dd398c393 100644 (file)
@@ -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).