summaryrefslogtreecommitdiffstats
path: root/src/verb/builtin.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/builtin.rs
parente8a5f7687ac9efd30d549ce2dd1b83e452506215 (diff)
fix typos
Diffstat (limited to 'src/verb/builtin.rs')
-rw-r--r--src/verb/builtin.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verb/builtin.rs b/src/verb/builtin.rs
index bd28209..d4869b6 100644
--- a/src/verb/builtin.rs
+++ b/src/verb/builtin.rs
@@ -46,14 +46,14 @@ fn external(
}
/// declare the built_in verbs, the ones which are available
-/// in standard (they still may be overriden by configuration)
+/// in standard (they still may be overridden by configuration)
pub fn builtin_verbs() -> Vec<Verb> {
use super::{ExternalExecutionMode::*, Internal::*};
vec![
internal(back),
// input actions, not visible in doc, but available for
- // exemple in remote control
+ // example in remote control
internal(input_clear).no_doc(),
internal(input_del_char_left).no_doc(),
internal(input_del_char_below).no_doc(),