mirror of
https://github.com/ziglang/zig.git
synced 2026-02-05 22:16:58 +00:00
std.os.windows: Fix typo (#9951)
This commit is contained in:
parent
cacd5366a6
commit
f3ab092f67
@ -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(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user