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

This commit is contained in:
Sizhe Zhao 2021-10-15 20:44:05 +08:00 committed by GitHub
parent cacd5366a6
commit f3ab092f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(