zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit f3ab092f67d5705ce3c70c0033e463b68523c8bd (tree)
parent cacd5366a6707cb030e212ea3cc46052168d4006
Author: Sizhe Zhao <prc.zhao@outlook.com>
Date:   Fri, 15 Oct 2021 20:44:05 +0800

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


Diffstat:
Mlib/std/os/windows.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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