aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
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",
);
}