From cca51697aa3627b7b920567758df306d053f9ec4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 1 May 2008 09:30:22 +0200 Subject: fix typo in comments: s/ouput/output/ adjust spelling in that same comment: s/localisation/localization/ --- tests/misc/head-elide-tail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/misc/head-elide-tail') diff --git a/tests/misc/head-elide-tail b/tests/misc/head-elide-tail index ad7c7bf40..961dc9898 100755 --- a/tests/misc/head-elide-tail +++ b/tests/misc/head-elide-tail @@ -30,7 +30,7 @@ use strict; $ENV{PROG} = 'head'; -# Turn off localization of executable's ouput. +# Turn off localization of executable's output. @ENV{qw(LANGUAGE LANG LC_ALL)} = ('C') x 3; # This should match the definition in head.c. -- cgit v1.2.3-54-g00ecf