authorgravatar for prc.zhao@outlook.comSizhe Zhao <prc.zhao@outlook.com> 2021-10-15 20:44:05+08:00
committergravatar for noreply@github.comGitHub <noreply@github.com> 2021-10-15 14:44:05+02:00
logf3ab092f67d5705ce3c70c0033e463b68523c8bd
tree3df627cce2f1638796ef15ff3494f9439ef5e446
parentcacd5366a6707cb030e212ea3cc46052168d4006
signature Signed by PGP key 4AEE18F83AFDEB23

std.os.windows: Fix typo (#9951)


1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/os/windows.zig+1-1
......@@ -670,7 +670,7 @@ pub const CreateSymbolicLinkError = error{
670670/// Needs either:
671671/// - `SeCreateSymbolicLinkPrivilege` privilege
672672/// or
673/// - Developper mode on Windows 10
673/// - Developer mode on Windows 10
674674/// otherwise fails with `error.AccessDenied`. In which case `sym_link_path` may still
675675/// be created on the file system but will lack reparse processing data applied to it.
676676pub fn CreateSymbolicLink(