maint: remove doubled words in comments, e.g., s/to to/to/

* tests/ls/color-norm: s/to to/to/
* gl/lib/mbsalign.h (mbs_align_t): s/or or/or/
* src/extent-scan.c (extent_scan_read): s/the the/the/
* src/libstdbuf.c: s/the the/the/
* tests/misc/stdbuf: s/on on/on/
* ChangeLog-2005: s/for\n\tfor /for\n\t/
This commit is contained in:
Jim Meyering
2011-04-09 23:23:01 +02:00
parent 80be785c95
commit b2dfc3b5e5
6 changed files with 6 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ umask 22
# Output time as something constant
export TIME_STYLE="+norm"
# helper to to strip ls columns up to "norm" time
# helper to strip ls columns up to "norm" time
qls() { sed 's/-r.*norm/norm/'; }
touch exe || framework_failure