From 581ac5660fdb0ae5d0dfe2bc9fd95e0333b68c5c Mon Sep 17 00:00:00 2001 From: Gaeulbyul Date: Fri, 8 Apr 2022 13:35:11 +0000 Subject: Fix typo (pallete -> palette) (#2020) --- helix-term/src/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term') 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", ); } -- cgit v1.2.3-70-g09d2