We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519e517 commit a4a60d0Copy full SHA for a4a60d0
library/std/src/fs.rs
@@ -3097,7 +3097,7 @@ pub fn read_dir<P: AsRef<Path>>(path: P) -> io::Result<ReadDir> {
3097
/// On UNIX-like systems, this function will update the permission bits
3098
/// of the file pointed to by the symlink.
3099
///
3100
-/// Note that this behavior can lead to privalage escalation vulnerabilites,
+/// Note that this behavior can lead to privalage escalation vulnerabilities,
3101
/// where the ability to create a symlink in one directory allows you to
3102
/// cause the permissions of another file or directory to be modified.
3103
0 commit comments