fix typo in current_binary docs (#31)

This commit is contained in:
chip 2021-11-03 10:14:56 -07:00 committed by Lucas Nogueira
parent 5f3487d0c4
commit fa21fe9ca6
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F

View File

@ -43,7 +43,7 @@ pub use command::*;
/// The linked [Hard Link] Wikipedia page provides a decent overview.
///
/// In short, unless the attacker was able to create the link with elevated
/// permissions, it should generally not be possible for an them to hard link
/// permissions, it should generally not be possible for them to hard link
/// to a file they do not have permissions to - with exception to possible
/// operating system exploits.
///