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).