aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorGaeulbyul2022-04-08 13:35:11 +0000
committerGitHub2022-04-08 13:35:11 +0000
commit581ac5660fdb0ae5d0dfe2bc9fd95e0333b68c5c (patch)
treee61a962cc58603af19b0c10a1e0f142ab239b4ee /helix-term
parent2d4f94eb276bb6519bebcb6aa11e78d92ed9ea11 (diff)
Fix typo (pallete -> palette) (#2020)
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/commands.rs b/helix-term/src/commands.rs
index c7eb46ab..3757912a 100644
--- a/helix-term/src/commands.rs
+++ b/helix-term/src/commands.rs
@@ -414,7 +414,7 @@ impl MappableCommand {
decrement, "Decrement",
record_macro, "Record macro",
replay_macro, "Replay macro",
- command_palette, "Open command pallete",
+ command_palette, "Open command palette",
);
}