diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2021-07-28 22:19:59 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-08-08 01:02:32 +0200 |
commit | 1d32ab01fced929a656d7f25f8b16f0f4deb0fdd (patch) | |
tree | b89eb805a99ff58ca76273fa883cbba7557e15f4 /scripts | |
parent | 33e2aa41ff45e400a1086929a28bf5a5fff17112 (diff) | |
download | man-pages-1d32ab01fced929a656d7f25f8b16f0f4deb0fdd.tar.gz |
scripts/bash_aliases: tfix
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/bash_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bash_aliases b/scripts/bash_aliases index 102c458d77..ecac0029de 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). |