summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarawit Rakket <narawitrakket@hotmail.com>2022-08-07 12:14:23 +0700
committerAbin Simon <abinsimon10@gmail.com>2022-08-07 19:53:08 +0530
commitc239291ca8088d0ec2e9c1442333fb721ee3f83d (patch)
tree10fcb520d05985e14dbedac7e271b4cda799ef63
parent4f100aac7822d58630f1efbd580ccbdd4e225e90 (diff)
docs: fix a small typo in comment
-rw-r--r--src/flags/blocks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags/blocks.rs b/src/flags/blocks.rs
index 53ae2d4..4e06747 100644
--- a/src/flags/blocks.rs
+++ b/src/flags/blocks.rs
@@ -51,7 +51,7 @@ impl Blocks {
self.0.contains(&Block::Size)
}
- /// Tnserts a [Block] of variant [INode](Block::Context), if `self` does not already contain a
+ /// Inserts a [Block] of variant [INode](Block::Context), if `self` does not already contain a
/// [Block] of that variant. The positioning will be best-effort approximation of coreutils
/// ls position for a security context
fn optional_insert_context(&mut self) {