summaryrefslogtreecommitdiffstats
path: root/src/verb/verb.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.rs
parente8a5f7687ac9efd30d549ce2dd1b83e452506215 (diff)
fix typos
Diffstat (limited to 'src/verb/verb.rs')
-rw-r--r--src/verb/verb.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verb/verb.rs b/src/verb/verb.rs
index e6c6f8b..9e45857 100644
--- a/src/verb/verb.rs
+++ b/src/verb/verb.rs
@@ -230,7 +230,7 @@ impl Verb {
// there's one special case: the ̀ :focus` internal. As long
// as no other internal takes args, and no other verb can
// have an optional argument, I don't try to build a
- // generic behavior for internal optionaly taking args and
+ // generic behavior for internal optionally taking args and
// thus I hardcode the test here.
if let VerbExecution::Internal(internal_exec) = &self.execution {
if internal_exec.internal == Internal::focus {