Commit f3ab092f67

Sizhe Zhao <prc.zhao@outlook.com>
2021-10-15 14:44:05
std.os.windows: Fix typo (#9951)
1 parent cacd536
Changed files (1)
lib
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(