From b2dfc3b5e52bde06d3ef07bcc12e8dfb00f13634 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 9 Apr 2011 23:23:01 +0200 Subject: 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/ --- tests/ls/color-norm | 2 +- tests/misc/stdbuf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/ls/color-norm b/tests/ls/color-norm index 6d8c14d56..20bc1217f 100755 --- a/tests/ls/color-norm +++ b/tests/ls/color-norm @@ -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 diff --git a/tests/misc/stdbuf b/tests/misc/stdbuf index 8bb57218e..35b571050 100755 --- a/tests/misc/stdbuf +++ b/tests/misc/stdbuf @@ -104,7 +104,7 @@ retry_delay_ stdbuf_unbuffer .1 6 || fail=1 # Ensure block buffering stdout takes effect # We don't currently test block buffering failures as -# this doesn't work on on GLIBC-2.7 or GLIBC-2.9 at least. +# this doesn't work on GLIBC-2.7 or GLIBC-2.9 at least. # stdbuf_blockbuffer() # { # local delay="$1" -- cgit v1.2.3-54-g00ecf