diff options
author | Gaeulbyul | 2022-04-08 13:35:11 +0000 |
---|---|---|
committer | GitHub | 2022-04-08 13:35:11 +0000 |
commit | 581ac5660fdb0ae5d0dfe2bc9fd95e0333b68c5c (patch) | |
tree | e61a962cc58603af19b0c10a1e0f142ab239b4ee /helix-term/src | |
parent | 2d4f94eb276bb6519bebcb6aa11e78d92ed9ea11 (diff) |
Fix typo (pallete -> palette) (#2020)
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/commands.rs | 2 |
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", ); } |