aboutsummaryrefslogtreecommitdiff
path: root/src/attr.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/attr.rs')
-rw-r--r--src/attr.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attr.rs b/src/attr.rs
index 5ea49a1..e282a8f 100644
--- a/src/attr.rs
+++ b/src/attr.rs
@@ -70,7 +70,7 @@ impl ClapAttr {
AttrValue::Expr(_) | AttrValue::Call(_) => {
abort!(
self.name,
- "attribute `{}` can only accept string litersl",
+ "attribute `{}` can only accept string literals",
self.name
)
}