From 0d0e75e45abc8b8561eeae78141e92feb54b3f2b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 12 Jun 2007 22:22:01 +0000 Subject: [PATCH] Fix typo in 2006-12-04 entry; it should have read "chown before chmod", not "chmod before chown". --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6029558..e7aed7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -422,7 +422,7 @@ compress files with the sticky bit set, on general principle. (copy_stat): Don't copy the setuid, setgid, or sticky bits, as (given the above change) they'll always be zero here. - Invoke chmod before chown, to close a race condition. + Invoke chown before chmod, to close a race condition. * .cvsignore: Add *.doc, build-aux. * doc/.cvignore: New file. -- 2.47.2