summaryrefslogtreecommitdiffstats
path: root/src/verb/verb_invocation.rs
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-07-24 23:05:42 +0800
commit41aee68a4d974b077408756127741b34b0b67ee8 (patch)
tree84c3f839ccbb55d9b9b1883153de35ef0ab4c7e5 /src/verb/verb_invocation.rs
parente8a5f7687ac9efd30d549ce2dd1b83e452506215 (diff)
fix typos
Diffstat (limited to 'src/verb/verb_invocation.rs')
-rw-r--r--src/verb/verb_invocation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verb/verb_invocation.rs b/src/verb/verb_invocation.rs
index 5d1d760..26b2ea3 100644
--- a/src/verb/verb_invocation.rs
+++ b/src/verb/verb_invocation.rs
@@ -85,7 +85,7 @@ impl From<&str> for VerbInvocation {
let bang = bang_before || bang_after;
if let Some(post_bang) = caps.name("post_bang") {
// If there's a non space character just after the "bang_after"
- // (a bang which isn't the first charcter of the invocation)
+ // (a bang which isn't the first character of the invocation)
// it falls into a kind of void, having no meaning.
info!("ignored post_bang: {:?}", post_bang);
}