From 535f0fbd00ab0cdb65c09270ea8df03f9528f127 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 31 Dec 2013 17:12:33 +0200 Subject: [PATCH] Fix typo in a comment in the last commit in w2.c. --- src/w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/w32.c b/src/w32.c index 4e7f77e9b95..68446489272 100644 --- a/src/w32.c +++ b/src/w32.c @@ -6045,7 +6045,7 @@ acl_set_file (const char *fname, acl_type_t type, acl_t acl) errno = 0; /* SetFileSecurity is deprecated by MS, and sometimes fails when DACL inheritance is involved, but it seems to preserve ownership - better than SetNamedSecurity, which is important e.g., in + better than SetNamedSecurityInfo, which is important e.g., in copy-file. */ if (!set_file_security (fname, flags, (PSECURITY_DESCRIPTOR)acl)) { -- 2.39.2