From: Stefano Lattarini Date: Sat, 7 May 2011 13:23:28 +0000 (+0200) Subject: typofix in ChangeLog X-Git-Tag: v1.11b~348^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dac62e3f0f6a2cfb0e6207dba726a15966523e47;p=platform%2Fupstream%2Fautomake.git typofix in ChangeLog --- diff --git a/ChangeLog b/ChangeLog index 614dcd7..4361d51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,7 +4,7 @@ * tests/extradep.test: When using `ls -t' to determine whether a file has been updated, make sure to use as reference a file whose timestamp is expected to be *strictly* older that that of the file - being checked. This is required because at least FreeBSD ls do + being checked. This is required because at least FreeBSD `ls' do not sort files with the same timestamp in alphabetical order when using the `-t' option. * tests/extradep2.test: Likewise.